roavatar-renderer
    Preparing search index...

    Type Alias MeshChunk

    type MeshChunk = {
        indices: number[];
        pos: Vec3;
    }
    Index

    Properties

    Properties

    indices: number[]
    pos: Vec3