C U B E (openGL with three.js)

This commit is contained in:
2025-01-05 02:08:47 +01:00
parent cde06f7a85
commit fe90281de2
4 changed files with 38 additions and 9 deletions
+2 -2
View File
@@ -21,7 +21,7 @@
<img src="./assets/starNoise_512x512.png" draggable="false" id="starNoise">
<img src="./assets/synthwaveSun_40x40.png" draggable="false" class="synthSun">
<canvas id="synthwaveCanvas"></canvas>
<div id="canvasContainer"></div>
<!-- change discord URL to server URL -->
<ul class="navBar">
@@ -68,7 +68,7 @@
</div>
<!-- libs -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/gl-matrix/2.8.1/gl-matrix-min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r128/three.min.js"></script>
<!-- global -->
<script src="./globalScript.js"></script> <!-- compact the other global scripts into this global script -->