voxelman ~master (2018-10-12T19:51:42Z)
Dub
Repo
VertexPosColor.this
voxelman
model
vertex
VertexPosColor
Undocumented in source.
this
(Pos x, Pos y, Col color)
this
(Pos x, Pos y, Pos z, Col color)
this
(Pos x, Pos y, Pos z, ColType[col_size] color)
struct
VertexPosColor
(PosType, uint pos_size, ColType, uint col_size)
static if
(
pos_size == 3
)
this
(
Pos
Col
)
(
Pos
x
,
Pos
y
,
Pos
z
,
ColType
[
col_size
]
color
)
this
(Vector!(PosType, pos_size) p, ColType[3] color)
this
(Vector!(PosType, pos_size) p, Vector!(ColType, 3) color)
this
(Vector!(PosType, pos_size) p, Vector!(ColType, col_size) color)
Meta
Source
See Implementation
voxelman
model
vertex
VertexPosColor
constructors
this
functions
addOffset
toString
static functions
setAttributes
variables
color
position