Initial project import
This commit is contained in:
11
node_modules/three-stdlib/lines/Wireframe.d.ts
generated
vendored
Normal file
11
node_modules/three-stdlib/lines/Wireframe.d.ts
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import { Mesh } from 'three'
|
||||
|
||||
import { LineMaterial } from './LineMaterial'
|
||||
import { LineSegmentsGeometry } from './LineSegmentsGeometry'
|
||||
|
||||
export class Wireframe extends Mesh {
|
||||
constructor(geometry?: LineSegmentsGeometry, material?: LineMaterial)
|
||||
readonly isWireframe: true
|
||||
|
||||
computeLineDistances(): this
|
||||
}
|
||||
Reference in New Issue
Block a user