HDK
|
#include <parseDesc.h>
Public Member Functions | |
UsdPhysicsMeshShapeDesc () | |
bool | operator== (const UsdPhysicsMeshShapeDesc &) const |
TfToken | GetApproximation () 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 | |
TfToken | approximation |
Desired approximation for the mesh collision. More... | |
GfVec3f | meshScale |
Mesh scale. More... | |
bool | doubleSided |
Defines whether mesh is double sided or not. 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 |
Mesh shape collision descriptor
Definition at line 491 of file parseDesc.h.
|
inline |
Definition at line 493 of file parseDesc.h.
|
inline |
Definition at line 505 of file parseDesc.h.
|
inline |
Definition at line 500 of file parseDesc.h.
TfToken UsdPhysicsMeshShapeDesc::approximation |
Desired approximation for the mesh collision.
Definition at line 511 of file parseDesc.h.
bool UsdPhysicsMeshShapeDesc::doubleSided |
Defines whether mesh is double sided or not.
Definition at line 515 of file parseDesc.h.
GfVec3f UsdPhysicsMeshShapeDesc::meshScale |
Mesh scale.
Definition at line 513 of file parseDesc.h.