nwn-lib-d ~master (2021-09-04T14:13:39Z)
Dub
Repo
WavefrontObj
nwnlibd
wavefrontobj
class
WavefrontObj {
string
[]
mtllibs
;
struct
WFVertex
;
WFVertex
[]
vertices
;
vec2f
[]
textCoords
;
vec3f
[]
normals
;
struct
WFFace
;
struct
WFLine
;
struct
WFGroup
;
struct
WFObject
;
WFObject
[
string
]
objects
;
this
();
this
(string data);
string
serialize
();
void
validate
();
}
Constructors
this
this
()
this
this
(string data)
Members
Functions
serialize
string
serialize
()
validate
void
validate
()
Undocumented in source. Be warned that the author may not have intended to support it.
Structs
WFFace
struct
WFFace
WFGroup
struct
WFGroup
WFLine
struct
WFLine
WFObject
struct
WFObject
WFVertex
struct
WFVertex
Variables
mtllibs
string
[]
mtllibs
;
Undocumented in source.
normals
vec3f
[]
normals
;
objects
WFObject
[
string
]
objects
;
textCoords
vec2f
[]
textCoords
;
vertices
WFVertex
[]
vertices
;
Meta
Source
See Implementation
nwnlibd
wavefrontobj
classes
WavefrontObj