ws v1.0.10 (2017-05-27T17:13:21Z)
Dub
Repo
BinaryBatch
ws
file
bbatch
Undocumented in source.
class
BinaryBatch {
struct
Header
;
string
path
;
VertMat
[]
data
;
this
(string path);
void
save
();
static
BinaryBatch
fromObj
(string path);
}
Constructors
this
this
(string path)
Undocumented in source.
Members
Functions
save
void
save
()
Undocumented in source. Be warned that the author may not have intended to support it.
Static functions
fromObj
BinaryBatch
fromObj
(string path)
Undocumented in source. Be warned that the author may not have intended to support it.
Structs
Header
struct
Header
Undocumented in source.
Variables
data
VertMat
[]
data
;
Undocumented in source.
path
string
path
;
Undocumented in source.
Meta
Source
See Implementation
ws
file
bbatch
aliases
Vertex
classes
BinaryBatch
structs
MaterialInfo
VertMat