ResetElements for sponza scene

This commit is contained in:
Thomas FORGIONE 2015-06-11 11:56:38 +02:00
parent ec0eab5651
commit c8f64b98bd
1 changed files with 4 additions and 1 deletions

View File

@ -801,7 +801,10 @@ function createSponzaCameras() {
}
function resetSponzaElements() {
return resetMountainElements();
return {
position : new THREE.Vector3(-9.672189882510748,5.415297558602296,-1.5456794717808657),
target : new THREE.Vector3(27.18799151966882,-5.736834637451716,9.26898531637373)
};
}
function initSponza(camera, scene, static_path, coins) {