Initial project import
This commit is contained in:
6
node_modules/three-stdlib/interactive/HTMLMesh.d.ts
generated
vendored
Normal file
6
node_modules/three-stdlib/interactive/HTMLMesh.d.ts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
import { Mesh } from 'three'
|
||||
|
||||
export class HTMLMesh extends Mesh {
|
||||
constructor(dom: HTMLElement)
|
||||
dispose(): void
|
||||
}
|
||||
Reference in New Issue
Block a user