Changed remaining "addXXX" to "add".

Hopefully no more deprecation warnings.
This commit is contained in:
alteredq
2011-09-21 05:52:59 +02:00
parent fa0b4e5062
commit 631a5d697c
9 changed files with 45 additions and 40 deletions
+1 -1
View File
@@ -126,7 +126,7 @@ THREE.EffectComposer.quad.position.z = -100;
THREE.EffectComposer.quad.scale.set( window.innerWidth, window.innerHeight, 1 );
THREE.EffectComposer.scene = new THREE.Scene();
THREE.EffectComposer.scene.addObject( THREE.EffectComposer.quad );
THREE.EffectComposer.scene.add( THREE.EffectComposer.quad );
// shared ortho camera