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
JSONMeta
Interface JSONMeta
interface
JSONMeta
{
animations
:
Record
<
string
,
AnimationClipJSON
>
;
geometries
:
Record
<
string
,
BufferGeometryJSON
>
;
images
:
Record
<
string
,
SourceJSON
>
;
materials
:
Record
<
string
,
MaterialJSON
>
;
nodes
:
Record
<
string
,
unknown
>
;
shapes
:
Record
<
string
,
ShapeJSON
>
;
skeletons
:
Record
<
string
,
SkeletonJSON
>
;
textures
:
Record
<
string
,
TextureJSON
>
;
}
Index
Properties
animations
geometries
images
materials
nodes
shapes
skeletons
textures
Properties
animations
animations
:
Record
<
string
,
AnimationClipJSON
>
geometries
geometries
:
Record
<
string
,
BufferGeometryJSON
>
images
images
:
Record
<
string
,
SourceJSON
>
materials
materials
:
Record
<
string
,
MaterialJSON
>
nodes
nodes
:
Record
<
string
,
unknown
>
shapes
shapes
:
Record
<
string
,
ShapeJSON
>
skeletons
skeletons
:
Record
<
string
,
SkeletonJSON
>
textures
textures
:
Record
<
string
,
TextureJSON
>
Settings
Member Visibility
Protected
Inherited
External
On This Page
Properties
animations
geometries
images
materials
nodes
shapes
skeletons
textures
API (v0.42.1) - Giro3D
Loading...