Files
avz-site/node_modules/three-stdlib/interactive/InteractiveGroup.d.ts
T
2026-05-30 19:59:39 -03:00

6 lines
157 B
TypeScript

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