PxTetrahedronMeshEmbeddingInfo

Defined in include/PxDeformableSkinning.h

struct PxTetrahedronMeshEmbeddingInfo

Structure for tetrahedron mesh skinning embedding information.

Public Functions

inline PxTetrahedronMeshEmbeddingInfo(const PxVec3 &uvw_, PxU32 guideTetrahedronId_)

Constructor for PxTetrahedronMeshEmbeddingInfo.

Parameters
  • uvw_ – UVW coordinates.

  • guideTetrahedronId_ – ID of the guide tetrahedron.

Public Members

PxVec3 uvw

UVW coordinates for skinning.

PxU32 guideTetrahedronId

ID of the guide tetrahedron.