SuperDex Physics C++ API
Loading...
Searching...
No Matches
superdex::DebugDrawData Struct Reference

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.

Detailed Description

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.

Member Function Documentation

◆ operator==()

bool superdex::DebugDrawData::operator== ( DebugDrawData const & ) const
default

Member Data Documentation

◆ lineVertices

DebugDrawLineVertices superdex::DebugDrawData::lineVertices

Line primitives.

Definition at line 634 of file mochi_structs.h.

◆ spheres

DebugDrawSpheres superdex::DebugDrawData::spheres

Sphere primitives.

Definition at line 636 of file mochi_structs.h.


The documentation for this struct was generated from the following files: