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

6 lines
157 B
TypeScript
Raw Normal View History

2025-12-08 16:31:30 +00:00
import { WebGLRenderer, Camera, Group } from 'three'
export class InteractiveGroup extends Group {
constructor(renderer: WebGLRenderer, camera: Camera)
}