Taos API Reference
    Preparing search index...

    Interface GeoJsonDrawMesh

    One baked, drawable mesh + the material to draw it with.

    interface GeoJsonDrawMesh {
        mesh: Mesh;
        material: Material;
        triangles: number;
    }
    Index

    Properties

    mesh: Mesh
    material: Material
    triangles: number

    Triangle count, for HUD / stats.