interface IsosurfaceMesh {
    indices: Uint32Array<any>;
    normals: Float32Array<any>;
    positions: Float32Array<any>;
    triangleCount: number;
}

Properties

indices: Uint32Array<any>
normals: Float32Array<any>
positions: Float32Array<any>
triangleCount: number

Number of triangles emitted.