We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfabc66 commit 8fa7216Copy full SHA for 8fa7216
index.html
@@ -45,7 +45,7 @@
45
46
<body>
47
<canvas id="scene"></canvas>
48
- <script type="module" src="/test/test.js"></script>
+ <script type="module" src="/src/main.js"></script>
49
</body>
50
51
</html>
src/main.js
@@ -313,8 +313,8 @@ export class App {
313
// this.createCylinder()
314
this.loadTexure()
315
this.loadMaterial()
316
- this.loadGLSLShader()
317
- // this.loadModel()
+ // this.loadGLSLShader()
+ this.loadModel()
318
// this.loadGLTF()
319
// this.loadHair()
320
// this.loadJSON()
0 commit comments