![]() |
Twilight Princess
Remastered version of the GameCube game
|
Represents the indices required to define a vertex of an ObjModel. More...
Public Member Functions | |
| override string | ToString () |
Public Attributes | |
| Vector3 | Position |
| The vertex position from the positions array of the owning ObjModel. | |
| Vector2 | TexCoord |
| The vertex texture coordinates from the texture coordinate array of the owning ObjModel. | |
| Vector3 | Normal |
| The vertex normal from the normal array of the owning ObjModel. | |
Represents the indices required to define a vertex of an ObjModel.
| override string KclLibrary.ObjVertex.ToString | ( | ) |
| Vector3 KclLibrary.ObjVertex.Position |
The vertex position from the positions array of the owning ObjModel.
| Vector2 KclLibrary.ObjVertex.TexCoord |
The vertex texture coordinates from the texture coordinate array of the owning ObjModel.