Hilo3d API - v2.0.0
Home
Examples
Repository
Preparing search index...
Hilo3d
GLTFPrimitive
Interface GLTFPrimitive
interface
GLTFPrimitive
{
attributes
:
Readonly
<
Record
<
string
,
GLTFIndex
>
>
;
extensions
?:
Readonly
<
Record
<
string
,
unknown
>
>
;
extras
?:
JsonValue
;
indices
?:
GLTFIndex
;
material
?:
GLTFIndex
;
mode
?:
number
;
name
?:
string
;
targets
?:
readonly
Readonly
<
Record
<
string
,
GLTFIndex
>
>
[]
;
}
Hierarchy (
View Summary
)
GLTFProperty
GLTFPrimitive
Index
Properties
attributes
extensions?
extras?
indices?
material?
mode?
name?
targets?
Properties
attributes
attributes
:
Readonly
<
Record
<
string
,
GLTFIndex
>
>
Optional
extensions
extensions
?:
Readonly
<
Record
<
string
,
unknown
>
>
Optional
extras
extras
?:
JsonValue
Optional
indices
indices
?:
GLTFIndex
Optional
material
material
?:
GLTFIndex
Optional
mode
mode
?:
number
Optional
name
name
?:
string
Optional
targets
targets
?:
readonly
Readonly
<
Record
<
string
,
GLTFIndex
>
>
[]
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
attributes
extensions
extras
indices
material
mode
name
targets
Home
Examples
Repository
Hilo3d API - v2.0.0
Loading...