NcEngine
nc::SubShapeInfo Struct Reference

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
 

Detailed Description

Describes a SubShape to be added to a compound shape.


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