HDK
|
#include <parseDesc.h>
Public Member Functions | |
UsdPhysicsSpherePointsShapeDesc () | |
bool | operator== (const UsdPhysicsSpherePointsShapeDesc &) 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 | |
std::vector < UsdPhysicsSpherePoint > | spherePoints |
List of sphere points. 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 |
This struct represents a collection of sphere points. Basically just an array of spheres which has been populated from a UsdGeomPoints primitive
Definition at line 544 of file parseDesc.h.
|
inline |
Definition at line 546 of file parseDesc.h.
|
inline |
Definition at line 551 of file parseDesc.h.
std::vector<UsdPhysicsSpherePoint> UsdPhysicsSpherePointsShapeDesc::spherePoints |
List of sphere points.
Definition at line 557 of file parseDesc.h.