manifold-3d
manifoldCAD.org
C++ Documentation
Algorithm Description
Blog Posts
GitHub
Preparing search index...
lib/gltf-node
GLTFNode
Class GLTFNode
Position a manifold model for later export.
Hierarchy (
View Summary
)
BaseGLTFNode
GLTFNode
GLTFNodeTracked
Index
Accessors
parent
Constructors
constructor
Methods
clone
Properties
_
parent?
manifold?
material?
name?
rotation?
scale?
translation?
Accessors
parent
get
parent
()
:
undefined
|
BaseGLTFNode
Returns
undefined
|
BaseGLTFNode
Constructors
constructor
new
GLTFNode
(
parent
?:
BaseGLTFNode
)
:
GLTFNode
Parameters
Optional
parent
:
BaseGLTFNode
Returns
GLTFNode
Methods
clone
clone
(
newParent
?:
BaseGLTFNode
)
:
GLTFNode
Parameters
Optional
newParent
:
BaseGLTFNode
Returns
GLTFNode
Properties
Optional
_
parent
_parent
?:
BaseGLTFNode
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
)
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Accessors
parent
Constructors
constructor
Methods
clone
Properties
_
parent
manifold
material
name
rotation
scale
translation
manifoldCAD.org
C++ Documentation
Algorithm Description
Blog Posts
GitHub
manifold-3d
Loading...
Position a manifold model for later export.