MCPcopy Create free account
hub / github.com/DavidColson/Polybox / VertexData

Method VertexData

source/graphics.h:42–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 Vec3f norm;
41
42 VertexData() {}
43 VertexData(Vec3f pos, Vec4f col, Vec2f tex, Vec3f norm)
44 : pos(pos), col(col), tex(tex), norm(norm) {}
45

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected