summit/frontend/node_modules/three-stdlib/interactive/InteractiveGroup.d.ts

6 lines
157 B
TypeScript

import { WebGLRenderer, Camera, Group } from 'three'
export class InteractiveGroup extends Group {
constructor(renderer: WebGLRenderer, camera: Camera)
}