|
@@ -67,7 +67,7 @@
|
|
stats.domElement.style.top = '0px';
|
|
stats.domElement.style.top = '0px';
|
|
container.appendChild( stats.domElement );
|
|
container.appendChild( stats.domElement );
|
|
|
|
|
|
- textureLoader.load( "textures/brick_diffuse.jpg", function( meshTexture ) {
|
|
|
|
|
|
+ textureLoader.load( "./textures/brick_diffuse.jpg", function( meshTexture ) {
|
|
init( meshTexture );
|
|
init( meshTexture );
|
|
animate();
|
|
animate();
|
|
clearGui();
|
|
clearGui();
|