ManifoldCAD User Guide
    Preparing search index...

    Class BaseGLTFNodeAbstract

    The abstract class from which other classes inherit. Common methods and properties live here.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Accessors

    Constructors

    Properties

    _parent?: BaseGLTFNode
    name?: string
    rotation?: Vec3 | ((t: number) => Vec3)
    scale?: Vec3 | ((t: number) => Vec3)
    translation?: Vec3 | ((t: number) => Vec3)

    Accessors