manifold-3d
Preparing search index...
types/manifoldCAD
GLTFNode
Class GLTFNode
Index
Constructors
constructor
Properties
manifold?
material?
name?
rotation?
scale?
translation?
Methods
clone
Constructors
constructor
new
GLTFNode
(
parent
?:
GLTFNode
)
:
GLTFNode
Parameters
Optional
parent
:
GLTFNode
Returns
GLTFNode
Properties
Optional
manifold
manifold
?:
Manifold
Optional
material
material
?:
GLTFMaterial
Optional
name
name
?:
string
Optional
rotation
rotation
?:
Vec3
|
(
(
t
:
number
)
=>
Vec3
)
Optional
scale
scale
?:
Vec3
|
(
(
t
:
number
)
=>
Vec3
)
Optional
translation
translation
?:
Vec3
|
(
(
t
:
number
)
=>
Vec3
)
Methods
clone
clone
(
parent
?:
GLTFNode
)
:
GLTFNode
Parameters
Optional
parent
:
GLTFNode
Returns
GLTFNode
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
manifold
material
name
rotation
scale
translation
Methods
clone
manifold-3d
Loading...