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