15 Vertices.push_back(
vertex({ -1, -1, 0 }, { 0, 1, 0 }, { 1, 0, 0 }, { 0, 0, 1 }, { 0, 0 }));
16 Vertices.push_back(
vertex({ -1, 1, 0 }, { 0, 1, 0 }, { 1, 0, 0 }, { 0, 0, 1 }, { 0, 1 }));
17 Vertices.push_back(
vertex({ 1, -1, 0 }, { 0, 1, 0 }, { 1, 0, 0 }, { 0, 0, 1 }, { 1, 0 }));
18 Vertices.push_back(
vertex({ 1, 1, 0 }, { 0, 1, 0 }, { 1, 0, 0 }, { 0, 0, 1 }, { 1, 1 }));
std::vector< vertex > Vertices
Topology full screen quad object class implementation module.
Sculpto library prehompiled header. Defines common definitions, includes commonly used modules.