Selva Compute API Reference - v1.1.2
    Preparing search index...

    Interface DecompressedMeshData

    Decompressed mesh data.

    interface DecompressedMeshData {
        faces: Uint32Array;
        vertices: Float32Array;
    }
    Index

    Properties

    Properties

    faces: Uint32Array
    vertices: Float32Array