HDK
|
#include <parseDesc.h>
Public Member Functions | |
UsdPhysicsConeShapeDesc (float inRadius=0.0f, float half_height=0.0f, UsdPhysicsAxis cap_axis=UsdPhysicsAxis::X) | |
bool | operator== (const UsdPhysicsConeShapeDesc &) const |
![]() | |
UsdPhysicsShapeDesc (UsdPhysicsObjectType inType) | |
const SdfPathVector & | GetMaterials () const |
const SdfPathVector & | GetSimulationOwners () const |
const SdfPathVector & | GetFilteredCollisions () const |
const SdfPathVector & | GetCollisionGroups () const |
![]() | |
UsdPhysicsObjectDesc (UsdPhysicsObjectType inType) | |
virtual | ~UsdPhysicsObjectDesc ()=default |
Public Attributes | |
float | radius |
Cone radius. More... | |
float | halfHeight |
Cone half height. More... | |
UsdPhysicsAxis | axis |
Cone axis. More... | |
![]() | |
SdfPath | rigidBody |
GfVec3f | localPos |
Local position of the shape relative to the body world pose. More... | |
GfQuatf | localRot |
Local orientation of the shape relative to the body world pose. More... | |
GfVec3f | localScale |
Local scale of the shape relative to the body world pose. More... | |
SdfPathVector | materials |
SdfPathVector | simulationOwners |
Simulation owners list. More... | |
SdfPathVector | filteredCollisions |
Filtered collisions list. More... | |
SdfPathVector | collisionGroups |
bool | collisionEnabled |
Collision enabled/disabled bool. More... | |
![]() | |
UsdPhysicsObjectType | type |
Descriptor type. More... | |
SdfPath | primPath |
SdfPath for the prim from which the descriptor was parsed. More... | |
bool | isValid |
Cone shape collision descriptor
Definition at line 403 of file parseDesc.h.
|
inline |
Definition at line 405 of file parseDesc.h.
|
inline |
Definition at line 412 of file parseDesc.h.
UsdPhysicsAxis UsdPhysicsConeShapeDesc::axis |
Cone axis.
Definition at line 422 of file parseDesc.h.
float UsdPhysicsConeShapeDesc::halfHeight |
Cone half height.
Definition at line 420 of file parseDesc.h.
float UsdPhysicsConeShapeDesc::radius |
Cone radius.
Definition at line 418 of file parseDesc.h.