Package com.jme3.bullet.objects.infos
Class ConfigFlag
java.lang.Object
com.jme3.bullet.objects.infos.ConfigFlag
Named collision flags for use with a SoftBodyConfig.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
enable the Cluster-versus-Convex handler for rigid-versus-soft collisionsstatic final int
enable self collisions for clustersstatic final int
enable the Cluster-versus-Cluster handler for soft-versus-soft collisionsstatic final Logger
message logger for this classstatic final int
enable the GJK-based handler for multibody-versus-deformable face collisionsstatic final int
enable the SDF-based handler for rigid-versus-deformable collisionsstatic final int
enable the GJK-based handler for rigid-versus-deformable face collisionsstatic final int
enable the SDF-based handler for rigid-versus-deformable node collisionsstatic final int
enable the SDF-based handler for rigid-versus-soft collisionsstatic final int
enable the Vertex-versus-Face handler for soft-versus-soft collisionsstatic final int
enable the Node-versus-Face handler for soft-versus-soft collisions -
Method Summary
-
Field Details
-
SDF_RS
public static final int SDF_RSenable the SDF-based handler for rigid-versus-soft collisions- See Also:
-
CL_RS
public static final int CL_RSenable the Cluster-versus-Convex handler for rigid-versus-soft collisions- See Also:
-
SDF_RD
public static final int SDF_RDenable the SDF-based handler for rigid-versus-deformable collisions- See Also:
-
VF_SS
public static final int VF_SSenable the Node-versus-Face handler for soft-versus-soft collisionsIf set, all nodes in the soft body must be connected by links!
- See Also:
-
CL_SS
public static final int CL_SSenable the Cluster-versus-Cluster handler for soft-versus-soft collisions- See Also:
-
CL_SELF
public static final int CL_SELFenable self collisions for clusters- See Also:
-
VF_DD
public static final int VF_DDenable the Vertex-versus-Face handler for soft-versus-soft collisions- See Also:
-
SDF_RDF
public static final int SDF_RDFenable the GJK-based handler for rigid-versus-deformable face collisions- See Also:
-
SDF_MDF
public static final int SDF_MDFenable the GJK-based handler for multibody-versus-deformable face collisions- See Also:
-
SDF_RDN
public static final int SDF_RDNenable the SDF-based handler for rigid-versus-deformable node collisions- See Also:
-
logger
message logger for this class
-
-
Method Details
-
describe
Generate a textual description of the specified flags.- Parameters:
flags
- the config flags to describe- Returns:
- description (not null, may be empty)
-