Skip to content
Snippets Groups Projects
Commit 03b1d5ca authored by Romain's avatar Romain
Browse files

import lib csg

parent 379a8234
No related branches found
No related tags found
No related merge requests found
...@@ -19,24 +19,25 @@ ...@@ -19,24 +19,25 @@
</style> </style>
</head> </head>
<body> <body>
<!-- API importe du site de Three.js --> <!-- API importe du site de Three.js -->
<script async src="https://unpkg.com/es-module-shims@1.3.6/dist/es-module-shims.js"></script> <script async src="https://unpkg.com/es-module-shims@1.3.6/dist/es-module-shims.js"></script>
<script type="importmap"> <script type="importmap">
{ {
"imports": { "imports": {
"three": "https://threejs.org/build/three.module.js", "three": "https://threejs.org/build/three.module.js",
"three/addons/": "https://threejs.org/examples/jsm/" "three/addons/": "https://threejs.org/examples/jsm/"
}
} }
</script> }
<!-- JQuery pour afficher les erreurs --> </script>
<script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script> <!-- JQuery pour afficher les erreurs -->
<!-- Un titre centre --> <script src="../lib/jquery-1.8.3.min.js"></script>
<h1 class="centre"> projet peinture </h1> <!-- Stats pour afficher les FPS -->
<div id="webGL" class="centre"></div> <script src="../lib/stats.min.js"></script>
<!-- Mon script avec un chemin relatif --> <!-- Un titre centre -->
<script type="module" src="projet.js"></script> <h1 class="centre"> projet peinture </h1>
<p class="centre"> projet </p> <div id="webGL" class="centre"></div>
<!-- Mon script avec un chemin relatif -->
<script type="module" src="projet.js"></script>
<p class="centre"> projet </p>
</body> </body>
</html> </html>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment