Taos API Reference
    Preparing search index...

    Interface ForwardDrawItem

    interface ForwardDrawItem {
        mesh: Mesh;
        modelMatrix: Mat4;
        normalMatrix: Mat4;
        material: Material;
        doubleSided?: boolean;
    }
    Index

    Properties

    mesh: Mesh
    modelMatrix: Mat4
    normalMatrix: Mat4
    material: Material
    doubleSided?: boolean

    When true the pipeline disables back-face culling — for planar foliage cards and glTF doubleSided materials. Defaults to false (cull back).