a3js API Documentation - v0.0.34
    Preparing search index...

    Interface Shape

    interface Shape {
        bones?: Record<string, Object3D<Object3DEventMap>>;
        root: Object3D;
        skeleton?: Skeleton;
    }
    Index

    Properties

    Properties

    bones?: Record<string, Object3D<Object3DEventMap>>
    root: Object3D
    skeleton?: Skeleton