Corrected bug in stream

This commit is contained in:
Thomas FORGIONE 2015-06-26 10:55:39 +02:00
parent 1cc58051bb
commit fab45382d3
1 changed files with 1 additions and 1 deletions

View File

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