UNPKG

three-stdlib

Version:

stand-alone library of threejs examples

7 lines (6 loc) 254 B
import { BufferGeometry } from 'three'; import { Reflector, ReflectorOptions } from '../objects/Reflector'; declare class ReflectorRTT extends Reflector { constructor(geometry?: BufferGeometry, options?: ReflectorOptions); } export { ReflectorRTT };