Initial project import
This commit is contained in:
5
node_modules/three-stdlib/interactive/InteractiveGroup.d.ts
generated
vendored
Normal file
5
node_modules/three-stdlib/interactive/InteractiveGroup.d.ts
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
import { WebGLRenderer, Camera, Group } from 'three'
|
||||
|
||||
export class InteractiveGroup extends Group {
|
||||
constructor(renderer: WebGLRenderer, camera: Camera)
|
||||
}
|
||||
Reference in New Issue
Block a user