17 INLINE PhysxConvexMeshDesc::
18 PhysxConvexMeshDesc() {
20 _desc.flags = NX_CF_COMPUTE_CONVEX;
21 _desc.pointStrideBytes =
sizeof(NxVec3);
22 _desc.points =
nullptr;
30 INLINE PhysxConvexMeshDesc::
31 ~PhysxConvexMeshDesc() {
44 return _desc.isValid();
bool is_valid() const
Returns true if the descriptor is valid.