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
BufferGeometryJSON
Interface BufferGeometryJSON
interface
BufferGeometryJSON
{
data
?:
{
attributes
:
Record
<
string
,
BufferAttributeJSON
>
;
boundingSphere
?:
{
center
:
Vector3Tuple
;
radius
:
number
;
}
;
groups
?:
GeometryGroup
[]
;
index
?:
{
array
:
number
[]
;
type
:
string
;
}
;
morphAttributes
?:
Record
<
string
,
BufferAttributeJSON
[]
>
;
morphTargetsRelative
?:
boolean
;
}
;
metadata
?:
{
generator
:
string
;
type
:
string
;
version
:
number
;
}
;
name
?:
string
;
type
:
string
;
userData
?:
Record
<
string
,
unknown
>
;
uuid
:
string
;
}
Index
Properties
data?
metadata?
name?
type
user
Data?
uuid
Properties
Optional
data
data
?:
{
attributes
:
Record
<
string
,
BufferAttributeJSON
>
;
boundingSphere
?:
{
center
:
Vector3Tuple
;
radius
:
number
;
}
;
groups
?:
GeometryGroup
[]
;
index
?:
{
array
:
number
[]
;
type
:
string
;
}
;
morphAttributes
?:
Record
<
string
,
BufferAttributeJSON
[]
>
;
morphTargetsRelative
?:
boolean
;
}
Optional
metadata
metadata
?:
{
generator
:
string
;
type
:
string
;
version
:
number
;
}
Optional
name
name
?:
string
type
type
:
string
Optional
user
Data
user
Data
?:
Record
<
string
,
unknown
>
uuid
uuid
:
string
Settings
Member Visibility
Protected
Inherited
External
On This Page
Properties
data
metadata
name
type
user
Data
uuid
API (v0.42.1) - Giro3D
Loading...