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>;
}

Properties

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>