Files
Project_Velocity/Software/app/node_modules/three-stdlib/interactive/InteractiveGroup.d.ts
2026-02-21 09:09:20 +05:30

6 lines
157 B
TypeScript

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