Class WavefrontObj

class WavefrontObj ;

Constructors

NameDescription
this ()

Fields

NameTypeDescription
mtllibs string[]
normals gfm.math.vector.Vector!(float,3)[]
objects WavefrontObj.WFObject[string]
textCoords gfm.math.vector.Vector!(float,2)[]
vertices WavefrontObj.WFVertex[]

Methods

NameDescription
serialize ()
validate ()

Inner structs

NameDescription
WFFace
WFGroup
WFLine
WFObject
WFVertex