We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbd9214 commit d60193dCopy full SHA for d60193d
1 file changed
src/main/java/com/jme3/bullet/CollisionSpace.java
@@ -494,7 +494,8 @@ public long jniEnvId() {
494
* Callback to determine whether the specified objects should be allowed to
495
* collide. Invoked during broadphase, after axis-aligned bounding boxes,
496
* ignore lists, and collision groups have been checked. Override this
497
- * method to implement dynamic collision filtering.
+ * method to implement dynamic collision filtering. When not needed, the
498
+ * callback can be disabled by {@code setOverlapFilterEnabled(false)}.
499
*
500
* @param pcoA the first collision object (not null)
501
* @param pcoB the 2nd collision object (not null)
0 commit comments