diff --git a/Berlin-Brandenburg-Gate.html b/Berlin-Brandenburg-Gate.html index f511cb4..dfdab8a 100644 --- a/Berlin-Brandenburg-Gate.html +++ b/Berlin-Brandenburg-Gate.html @@ -127,12 +127,12 @@ new THREE.MTLLoader() .setPath( 'models/' ) - .load( 'model.mtl', function ( materials ) { + .load( 'bbtor.mtl', function ( materials ) { materials.preload(); new THREE.OBJLoader() .setMaterials( materials ) .setPath( 'models/' ) - .load( 'model.obj', function ( group ) { + .load( 'bbtor.obj', function ( group ) { mesh0 = group.children[0]; mesh0.material.side = THREE.DoubleSide; mesh0.position.y = 0.01;