ws ~master (2021-08-13T10:04:01Z)
Dub
Repo
DataOBJ
ws
file
obj
Undocumented in source.
__gshared
class
DataOBJ {
Vector
!
3
[]
vertices
;
Vector
!
3
[]
texCoords
;
Vector
!
3
[]
normals
;
Polygon
[]
polygons
;
this
(string name);
alias
Polygon
=
size_t
[
3
][]
;
class
Material
;
class
CObject
;
MTL
[]
mtllibs
;
CObject
[
string
]
objects
;
string
[
string
]
options
;
Material
currentMaterial
;
CObject
currentObject
;
string
currentGroup
;
long
currentSmooth
;
string
currentPath
;
}
Constructors
this
this
(string name)
Undocumented in source.
Members
Aliases
Polygon
alias
Polygon
=
size_t
[
3
][]
Undocumented in source.
Classes
CObject
class
CObject
Undocumented in source.
Material
class
Material
Undocumented in source.
Variables
currentGroup
string
currentGroup
;
Undocumented in source.
currentMaterial
Material
currentMaterial
;
Undocumented in source.
currentObject
CObject
currentObject
;
Undocumented in source.
currentPath
string
currentPath
;
Undocumented in source.
currentSmooth
long
currentSmooth
;
Undocumented in source.
mtllibs
MTL
[]
mtllibs
;
Undocumented in source.
normals
Vector
!
3
[]
normals
;
Undocumented in source.
objects
CObject
[
string
]
objects
;
Undocumented in source.
options
string
[
string
]
options
;
Undocumented in source.
polygons
Polygon
[]
polygons
;
Undocumented in source.
texCoords
Vector
!
3
[]
texCoords
;
Undocumented in source.
vertices
Vector
!
3
[]
vertices
;
Undocumented in source.
Meta
Source
See Implementation
ws
file
obj
classes
DataOBJ
MTL
OBJ