![]() |
An open-source, flexible 3D physical simulation framework
|
drawStruct connects a vector of draw_item objects with their update interface DrawInterface More...
#include <draw_structs.h>
Public Attributes | |
DrawInterface * | ptr_draw |
std::vector< draw_item > | drawItems |
drawStruct connects a vector of draw_item objects with their update interface DrawInterface
Definition at line 108 of file draw_structs.h.
std::vector<draw_item> mars::interfaces::drawStruct::drawItems |
Definition at line 112 of file draw_structs.h.
DrawInterface* mars::interfaces::drawStruct::ptr_draw |
Definition at line 110 of file draw_structs.h.