Selva Compute API Reference - v1.1.2
    Preparing search index...
    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: 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>