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