NcEngine
|
Describes a SubShape to be added to a compound shape. More...
#include <CompoundShape.h>
Public Attributes | |
Shape | shape = Shape::MakeBox() |
subshape info; supported types depend on mutable/static build option | |
Vector3 | position = Vector3::Zero() |
local position of the subshape | |
Quaternion | rotation = Quaternion::Identity() |
local rotation of the subshape | |
uint32_t | userData = 0 |
optional data for the subshape | |
Describes a SubShape to be added to a compound shape.