manifold-3d
    Preparing search index...

    Module scene-builder

    The scene builder provides modelling outside of the native capabilities of Maniold WASM. This includes scene graphs, materials, and animation functions. In general, the scene builder follows GLTF semantics.

    This module includes modelling functions for use inside a ManifoldCAD script (e.g.: show, only, setMaterial, etc.). It also includes a set of management functions (e.g.: manifoldToGLTFDoc, cleanup, etc.) that are used to export complete scenes and generally manage the state of the scene builder.

    Classes

    GLTFNode
    GLTFNodeTracked

    Interfaces

    GlobalDefaults

    Variables

    globalDefaults

    Functions

    getGLTFNodes
    resetGLTFNodes

    Management Functions

    anyToGLTFNodeList
    cleanup
    GLTFNodesToGLTFDoc
    manifoldToGLTFDoc

    Modelling Functions

    only
    setMaterial
    setMorphEnd
    setMorphStart
    show