21 INLINE PhysxConvexMeshDesc::
22 PhysxConvexMeshDesc() {
24 _desc.flags = NX_CF_COMPUTE_CONVEX;
25 _desc.pointStrideBytes =
sizeof(NxVec3);
36 INLINE PhysxConvexMeshDesc::
37 ~PhysxConvexMeshDesc() {
52 return _desc.isValid();
bool is_valid() const
Returns true if the descriptor is valid.