Engine API Reference - v2.14.3
    Preparing search index...

    Class Geometry

    The Geometry class serves as a container for storing geometric information. It encapsulates data such as positions, normals, colors, and indices.

    Hierarchy (View Summary)

    Index

    Properties

    blendIndices: number[] | undefined

    Blend indices.

    blendWeights: number[] | undefined

    Blend weights.

    colors: number[] | undefined

    Colors.

    indices: number[] | undefined

    Indices.

    normals: number[] | undefined

    Normals.

    positions: number[] | undefined

    Positions.

    tangents: number[] | undefined

    Tangents.

    uvs: number[] | undefined

    UVs.

    uvs1: number[] | undefined

    Additional Uvs.

    Methods

    • Generates tangent information from the positions, normals, texture coordinates and triangle indices.

      Returns void