mirror of
https://github.com/wahyd4/three.js.git
synced 2026-08-25 12:55:57 +10:00
Changed remaining "addXXX" to "add".
Hopefully no more deprecation warnings.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user