Interface SoCollisionManager.Filter

Enclosing class:
SoCollisionManager

public static interface SoCollisionManager.Filter
Filter callback is called when an object shape collides with a scene shape. If the callback function returns TRUE, the Collision Manager looks forward for collisions; else, it aborts searching. If it is NULL, no filter is applied.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    accept(SoPath p1, SoPath p2)
     
  • Method Details