Skip to content

Commit

Permalink
fixing scale
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewRayCode committed Oct 19, 2014
1 parent 77b71a7 commit 152875c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascript/scene.js
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ var flare = new THREE.Mesh(flareGeometry, new THREE.MeshBasicMaterial({
scene.add( flare );

loader.load( 'models/lampCord.obj', function ( cord ) {
cord.scale.set( 16, 15.6, 16 )
cord.scale.set( 16, 15.9, 16 )
cord.position.set( 0, 1050, 0 );
scene.add( cord );
});
Expand Down

0 comments on commit 152875c

Please sign in to comment.