SceneFilter Property |
Namespace: DigitalRune.Graphics.SceneGraph
The default value is a SceneNodeCollisionFilter that disables collisions between two objects of group 1 (two mesh nodes) and two objects of group 3 (two camera nodes). If you do not use the default group IDs (see GetDefaultGroup(SceneNode)) or if your rendering pipeline has different requirements, this filter must be changed.
Changing the filter or the settings of a filter invalidates the currently cached collision data. For performance reasons it is not recommended to change the filter at runtime after the scene has been loaded.