MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / AddRibbon

Method AddRibbon

Source/Graphics/pxdebugdraw.cpp:214–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212}
213
214int DebugDraw::AddRibbon(const vec3 &start, const vec3 &end, const vec4 &start_color, const vec4 &end_color, const float start_width, const float end_width, const DDLifespan lifespan, const DDFlag &flags /*= _DD_NO_FLAG*/) {
215 DebugDrawElement *element = new DebugDrawRibbon(start, end, start_color, end_color, start_width, end_width, flags);
216 return AddElement(element, lifespan);
217}
218
219int DebugDraw::AddRibbon(const DDLifespan lifespan, const DDFlag &flags /*= _DD_NO_FLAG*/) {
220 DebugDrawElement *element = new DebugDrawRibbon(flags);

Callers 3

CFireRibbonPreDrawFunction · 0.80
ASDebugDrawRibbonFunction · 0.80
ASDebugDrawRibbon2Function · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected