THREE.ReflectorRTT = function ( width, height, options ) { THREE.Reflector.call( this, width, height, options ); this.geometry.setDrawRange( 0, 0 ); // avoid rendering geometry }; THREE.ReflectorRTT.prototype = Object.create( THREE.Reflector.prototype );