|
SuperDex Physics C++ API
|
Collection of debug draw primitives. More...
#include <mochi_structs.h>
Public Member Functions | |
| bool | operator== (DebugDrawData const &) const =default |
Public Attributes | |
| DebugDrawLineVertices | lineVertices |
| Line primitives. | |
| DebugDrawSpheres | spheres |
| Sphere primitives. | |
Collection of debug draw primitives.
Contains all geometric primitives to be rendered by the client's rendering system. Data is valid until the next call to DebugDraw::GatherData or Scene modification.
Definition at line 633 of file mochi_structs.h.
|
default |
| DebugDrawLineVertices superdex::DebugDrawData::lineVertices |
Line primitives.
Definition at line 634 of file mochi_structs.h.
| DebugDrawSpheres superdex::DebugDrawData::spheres |
Sphere primitives.
Definition at line 636 of file mochi_structs.h.