com.aspose.cad.fileformats.obj.vertexdata.index
com.aspose.cad.fileformats.obj.vertexdata.index package
The com.aspose.cad.fileformats.obj.vertexdata.index namespace defines the index types that map vertices to their associated texture coordinates and normals within an OBJ model. These types are used by the OBJ parser to accurately reconstruct geometric data.
Classes
| Name | Description |
|---|---|
| ObjVertexIndex | The OBJ vertex index. |
| ObjVertexTextureIndex | The OBJ vertex texture index. |
| ObjVertexTextureNormalIndex | The OBJ vertex texture normal index. |