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

    Function calculateNormals

    • Generates normal information from the specified positions and triangle indices.

      Parameters

      • positions: number[]

        An array of 3-dimensional vertex positions.

      • indices: number[]

        An array of triangle indices.

      Returns number[]

      An array of 3-dimensional vertex normals.

      const normals = pc.calculateNormals(positions, indices);