Removed ProgressiveLoader : ProgressiveLoaderGeometry is now

ProgressiveLoader
This commit is contained in:
Thomas FORGIONE
2015-07-06 11:21:15 +02:00
parent 93fc7e6b30
commit 80ba3278da
5 changed files with 190 additions and 476 deletions

View File

@@ -45,7 +45,7 @@ function init() {
// Load the scene
// loader = new THREE.OBJLoader();
sphereLoader = new L3D.ProgressiveLoaderGeometry('/static/data/spheres/' + params.get.res + '.obj', scene, null);
sphereLoader = new L3D.ProgressiveLoader('/static/data/spheres/' + params.get.res + '.obj', scene, null);
sphereLoader.load();
sphere = sphereLoader.obj;