|
|
@ -12,7 +12,7 @@ light.position.z = 100 |
|
|
|
scene.add(light) |
|
|
|
scene.add(light) |
|
|
|
|
|
|
|
|
|
|
|
// back the camera up
|
|
|
|
// back the camera up
|
|
|
|
camera.position.z = 15; |
|
|
|
camera.position.z = 25 |
|
|
|
|
|
|
|
|
|
|
|
// transform the home to be a reasonable orientation
|
|
|
|
// transform the home to be a reasonable orientation
|
|
|
|
home.rotation.x = Math.PI * 2/3 |
|
|
|
home.rotation.x = Math.PI * 2/3 |
|
|
|