Home
Giro3D framework
Piero application
Getting started with Giro3D
Giro3D examples
API documentation
Version v0.42.1
GitLab
API (v0.42.1) - Giro3D
external
three
InstancedMeshJSONObject
Interface InstancedMeshJSONObject
interface
InstancedMeshJSONObject
{
animations
?:
string
[]
;
castShadow
?:
boolean
;
children
?:
string
[]
;
count
:
number
;
frustumCulled
?:
boolean
;
geometry
:
string
;
instanceColor
?:
BufferAttributeJSON
;
instanceMatrix
:
BufferAttributeJSON
;
layers
:
number
;
material
?:
string
|
string
[]
;
matrix
:
Matrix4Tuple
;
matrixAutoUpdate
?:
boolean
;
name
?:
string
;
receiveShadow
?:
boolean
;
renderOrder
?:
number
;
type
:
string
;
up
:
Vector3Tuple
;
userData
?:
Record
<
string
,
unknown
>
;
uuid
:
string
;
visible
?:
boolean
;
}
Hierarchy (
view full
)
MeshJSONObject
InstancedMeshJSONObject
Index
Properties
animations?
cast
Shadow?
children?
count
frustum
Culled?
geometry
instance
Color?
instance
Matrix
layers
material?
matrix
matrix
Auto
Update?
name?
receive
Shadow?
render
Order?
type
up
user
Data?
uuid
visible?
Properties
Optional
animations
animations
?:
string
[]
Optional
cast
Shadow
cast
Shadow
?:
boolean
Optional
children
children
?:
string
[]
count
count
:
number
Optional
frustum
Culled
frustum
Culled
?:
boolean
geometry
geometry
:
string
Optional
instance
Color
instance
Color
?:
BufferAttributeJSON
instance
Matrix
instance
Matrix
:
BufferAttributeJSON
layers
layers
:
number
Optional
material
material
?:
string
|
string
[]
matrix
matrix
:
Matrix4Tuple
Optional
matrix
Auto
Update
matrix
Auto
Update
?:
boolean
Optional
name
name
?:
string
Optional
receive
Shadow
receive
Shadow
?:
boolean
Optional
render
Order
render
Order
?:
number
type
type
:
string
up
up
:
Vector3Tuple
Optional
user
Data
user
Data
?:
Record
<
string
,
unknown
>
uuid
uuid
:
string
Optional
visible
visible
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
On This Page
Properties
animations
cast
Shadow
children
count
frustum
Culled
geometry
instance
Color
instance
Matrix
layers
material
matrix
matrix
Auto
Update
name
receive
Shadow
render
Order
type
up
user
Data
uuid
visible
API (v0.42.1) - Giro3D
Loading...