Selva Compute API Reference - v1.1.2
    Preparing search index...
    interface GeometryGroup {
        count: number;
        materialIndex?: number;
        start: number;
    }
    Index

    Properties

    count: number

    Specifies how many vertices (or indices) are included.

    Expects a Integer

    materialIndex?: number

    Specifies the material array index to use.

    Expects a Integer

    start: number

    Specifies the first element in this draw call – the first vertex for non-indexed geometry, otherwise the first triangle index.

    Expects a Integer