| 336 | } |
| 337 | |
| 338 | int 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 | |
| 346 | int DebugDraw::AddStippleMesh(const RC_VBOContainer &vbo, |
| 347 | const mat4 &transform, |