The Geometry class serves as a container for storing geometric information. It encapsulates data such as positions, normals, colors, and indices.
Blend indices.
Blend weights.
Colors.
Indices.
Normals.
Positions.
Tangents.
UVs.
Additional Uvs.
Generates normal information from the positions and triangle indices.
Generates tangent information from the positions, normals, texture coordinates and triangle indices.
The Geometry class serves as a container for storing geometric information. It encapsulates data such as positions, normals, colors, and indices.