Skip to content

Commit d60193d

Browse files
committed
CollisionSpace: javadoc
1 parent cbd9214 commit d60193d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/main/java/com/jme3/bullet/CollisionSpace.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,8 @@ public long jniEnvId() {
494494
* Callback to determine whether the specified objects should be allowed to
495495
* collide. Invoked during broadphase, after axis-aligned bounding boxes,
496496
* ignore lists, and collision groups have been checked. Override this
497-
* method to implement dynamic collision filtering.
497+
* method to implement dynamic collision filtering. When not needed, the
498+
* callback can be disabled by {@code setOverlapFilterEnabled(false)}.
498499
*
499500
* @param pcoA the first collision object (not null)
500501
* @param pcoB the 2nd collision object (not null)

0 commit comments

Comments
 (0)