UNPKG

three-stdlib

Version:

stand-alone library of threejs examples

6 lines (4 loc) 157 B
import { WebGLRenderer, Camera, Group } from 'three' export class InteractiveGroup extends Group { constructor(renderer: WebGLRenderer, camera: Camera) }