nwn-lib-d ~master (2021-09-04T14:13:39Z)
Dub
Repo
GenericMesh.Triangle
nwn
trn
genericmesh
GenericMesh
Undocumented in source.
struct
GenericMesh
static
struct
Triangle {
uint32_t
[
3
]
vertices
;
uint32_t
material
;
}
Members
Variables
material
uint32_t
material
;
Undocumented in source.
vertices
uint32_t
[
3
]
vertices
;
Vertex indices composing the triangle
Meta
Source
See Implementation
nwn
trn
genericmesh
GenericMesh
functions
dup
polygonCut
removeUnusedVertices
shuffle
toObj
triangulatePolygon
validate
static functions
fromObj
structs
Material
Triangle
variables
lines
materials
triangles
vertices