@twinfinity/core
    Preparing search index...

    Interface GeometryArrays

    Represents a geometry that can be sent to BabylonJS

    interface GeometryArrays {
        indices: GeometryIndiceArray;
        positions: Float32Array;
        uvs: Float32Array;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    Indices. Describes triangles by referencing items in positions.

    positions: Float32Array

    Positions (x,y,z).

    uvs: Float32Array

    Uvs (u,v)