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

Method AddLineObject

Source/Graphics/pxdebugdraw.cpp:338–344  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

336}
337
338int DebugDraw::AddLineObject(const RC_VBOContainer &vbo,
339 const mat4 &transform,
340 const vec4 &color,
341 const DDLifespan lifespan) {
342 DebugDrawElement *element = new DebugDrawWire(vbo, transform, color, _DD_NO_FLAG);
343 return AddElement(element, lifespan);
344}
345
346int DebugDraw::AddStippleMesh(const RC_VBOContainer &vbo,
347 const mat4 &transform,

Callers 1

DrawMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected