6 lines
157 B
TypeScript
6 lines
157 B
TypeScript
|
|
import { WebGLRenderer, Camera, Group } from 'three'
|
||
|
|
|
||
|
|
export class InteractiveGroup extends Group {
|
||
|
|
constructor(renderer: WebGLRenderer, camera: Camera)
|
||
|
|
}
|