something positioning stuff idk

This commit is contained in:
2025-01-06 15:37:22 +01:00
parent 7b0a14171f
commit da5977c6a9
+4
View File
@@ -74,6 +74,10 @@
<!-- libs --> <!-- libs -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r128/three.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r128/three.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/three@0.128.0/examples/js/postprocessing/EffectComposer.js"></script>
<script src="https://cdn.jsdelivr.net/npm/three@0.128.0/examples/js/postprocessing/RenderPass.js"></script>
<script src="https://cdn.jsdelivr.net/npm/three@0.128.0/examples/js/postprocessing/ShaderPass.js"></script>
<script src="https://cdn.jsdelivr.net/npm/three@0.128.0/examples/js/shaders/CopyShader.js"></script>
<!-- global --> <!-- global -->
<script src="./globalScript.js"></script> <!-- TODO: compact the other global scripts into this global script --> <script src="./globalScript.js"></script> <!-- TODO: compact the other global scripts into this global script -->