nwn-lib-d ~master (2021-09-04T14:13:39Z)
Dub
Repo
MdbWALK
nwn
mdb
struct
MdbWALK {
struct
Header
;
Header
header
;
MdbVertex
[]
vertices
;
struct
MdbWalkTriangle
;
MdbWalkTriangle
[]
triangles
;
this
(ubyte[] rawData);
void
toObj
(string filePath);
}
Constructors
this
this
(ubyte[] rawData)
Members
Functions
toObj
void
toObj
(string filePath)
Structs
Header
struct
Header
MdbWalkTriangle
struct
MdbWalkTriangle
Variables
header
Header
header
;
triangles
MdbWalkTriangle
[]
triangles
;
vertices
MdbVertex
[]
vertices
;
Meta
Source
See Implementation
nwn
mdb
classes
Mdb
structs
MdbWALK