three-cad-viewer
    Preparing search index...

    Interface ShapeBinary

    Shape with flat binary format (TypedArrays with per-face/per-edge counts).

    interface ShapeBinary {
        edge_types: Uint8Array;
        edges: Float32Array;
        face_types: Uint32Array;
        normals: Float32Array;
        obj_vertices: Float32Array;
        segments_per_edge: Uint32Array;
        triangles: Uint32Array;
        triangles_per_face: Uint32Array;
        vertices: Float32Array;
    }
    Index

    Properties

    edge_types: Uint8Array
    edges: Float32Array
    face_types: Uint32Array
    normals: Float32Array
    obj_vertices: Float32Array
    segments_per_edge: Uint32Array
    triangles: Uint32Array
    triangles_per_face: Uint32Array
    vertices: Float32Array