Skip to content

Commit 8fa7216

Browse files
committed
update
1 parent bfabc66 commit 8fa7216

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545

4646
<body>
4747
<canvas id="scene"></canvas>
48-
<script type="module" src="/test/test.js"></script>
48+
<script type="module" src="/src/main.js"></script>
4949
</body>
5050

5151
</html>

src/main.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,8 +313,8 @@ export class App {
313313
// this.createCylinder()
314314
this.loadTexure()
315315
this.loadMaterial()
316-
this.loadGLSLShader()
317-
// this.loadModel()
316+
// this.loadGLSLShader()
317+
this.loadModel()
318318
// this.loadGLTF()
319319
// this.loadHair()
320320
// this.loadJSON()

0 commit comments

Comments
 (0)