splat-transform API Reference - v1.10.1
    Preparing search index...

    Interface MarchingCubesMesh

    Result of marching cubes surface extraction.

    interface MarchingCubesMesh {
        indices: Uint32Array;
        positions: Float32Array;
    }
    Index

    Properties

    Properties

    indices: Uint32Array

    Triangle indices (3 indices per triangle)

    positions: Float32Array

    Vertex positions (3 floats per vertex)