MCPcopy Create free account
hub / github.com/codereader/DarkRadiant / debugLine

Function debugLine

libs/splines/splines.cpp:157–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155//extern void D_DebugLine( const idVec3 &color, const idVec3 &start, const idVec3 &end );
156
157void debugLine(idVec3 &color, float x, float y, float z, float x2, float y2, float z2) {
158 idVec3 from(x, y, z);
159 idVec3 to(x2, y2, z2);
160 //D_DebugLine(color, from, to);
161}
162
163void idSplineList::addToRenderer() {
164

Callers 1

addToRendererMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected