Files
hydro-builder-app/node_modules/three-stdlib/interactive/InteractiveGroup.d.ts
2026-06-13 17:36:44 -07:00

6 lines
157 B
TypeScript

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