Clean
This commit is contained in:
parent
ba144a7357
commit
0b4c01d3e0
|
@ -111,12 +111,8 @@ ProgressiveLoaderGeometry.prototype.load = function() {
|
|||
}
|
||||
|
||||
ProgressiveLoaderGeometry.prototype.getCamera = function() {
|
||||
if (this.camera !== null)
|
||||
return [this.camera.position.x, this.camera.position.y, this.camera.position.z,
|
||||
this.camera.target.x, this.camera.target.y, this.camera.target.z];
|
||||
else
|
||||
return null;
|
||||
|
||||
return [this.camera.position.x, this.camera.position.y, this.camera.position.z,
|
||||
this.camera.target.x, this.camera.target.y, this.camera.target.z];
|
||||
}
|
||||
|
||||
ProgressiveLoaderGeometry.prototype.initIOCallbacks = function() {
|
||||
|
|
Loading…
Reference in New Issue