You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No matter Ue4 or PhysX Visual Debugger, I can't debug the heightfield hole. When they render static rigid body, they just ignore the
/**
\brief Special material index values for height field samples.
@see PxHeightFieldSample.materialIndex0 PxHeightFieldSample.materialIndex1
*/
struct PxHeightFieldMaterial
{
enum Enum
{
eHOLE = 127 //!< A material indicating that the triangle should be treated as a hole in the mesh.
};
};
material. in PxHeightFieldSample.h
The text was updated successfully, but these errors were encountered:
No matter Ue4 or PhysX Visual Debugger, I can't debug the heightfield hole. When they render static rigid body, they just ignore the
/**
\brief Special material index values for height field samples.
@see PxHeightFieldSample.materialIndex0 PxHeightFieldSample.materialIndex1
*/
struct PxHeightFieldMaterial
{
enum Enum
{
eHOLE = 127 //!< A material indicating that the triangle should be treated as a hole in the mesh.
};
};
material. in PxHeightFieldSample.h
The text was updated successfully, but these errors were encountered: