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

Function DrawTriangle

source/shapes.cpp:114–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112// ***********************************************************************
113
114void DrawTriangle(Vec3f v1, Vec3f v2, Vec3f v3) {
115 Vertex(v1);
116 Vertex(v2);
117 Vertex(v3);
118}
119
120// ***********************************************************************
121

Callers 1

SubDivideFunction · 0.85

Calls 1

VertexFunction · 0.85

Tested by

no test coverage detected