Hilo3d API - v2.0.0
Home
Examples
Repository
Preparing search index...
Hilo3d
GLTFNode
Interface GLTFNode
interface
GLTFNode
{
camera
?:
GLTFIndex
;
children
?:
readonly
GLTFIndex
[]
;
extensions
?:
Readonly
<
Record
<
string
,
unknown
>
>
;
extras
?:
JsonValue
;
jointName
?:
string
;
matrix
?:
readonly
number
[]
;
mesh
?:
GLTFIndex
;
meshes
?:
readonly
GLTFIndex
[]
;
name
?:
string
;
rotation
?:
readonly
number
[]
;
scale
?:
readonly
number
[]
;
skin
?:
GLTFIndex
;
translation
?:
readonly
number
[]
;
weights
?:
readonly
number
[]
;
}
Hierarchy (
View Summary
)
GLTFProperty
GLTFNode
Index
Properties
camera?
children?
extensions?
extras?
joint
Name?
matrix?
mesh?
meshes?
name?
rotation?
scale?
skin?
translation?
weights?
Properties
Optional
camera
camera
?:
GLTFIndex
Optional
children
children
?:
readonly
GLTFIndex
[]
Optional
extensions
extensions
?:
Readonly
<
Record
<
string
,
unknown
>
>
Optional
extras
extras
?:
JsonValue
Optional
joint
Name
jointName
?:
string
Optional
matrix
matrix
?:
readonly
number
[]
Optional
mesh
mesh
?:
GLTFIndex
Optional
meshes
meshes
?:
readonly
GLTFIndex
[]
Optional
name
name
?:
string
Optional
rotation
rotation
?:
readonly
number
[]
Optional
scale
scale
?:
readonly
number
[]
Optional
skin
skin
?:
GLTFIndex
Optional
translation
translation
?:
readonly
number
[]
Optional
weights
weights
?:
readonly
number
[]
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
camera
children
extensions
extras
joint
Name
matrix
mesh
meshes
name
rotation
scale
skin
translation
weights
Home
Examples
Repository
Hilo3d API - v2.0.0
Loading...