Open Inventor Release 2024.1.0
 
Loading...
Searching...
No Matches
Collision

Collision Detection. More...

Classes

class  SoCollisionManager
  VSG extension Class to manage collisions. More...
 
class  SoDualSceneCollider
  VSG extension Class to check for collisions between two scenes. More...
 
class  SoIntersectionDetectionAction
  VSG extension Class to detect intersections. More...
 
class  SoQtCollisionViewer
  VSG extension Class to manage collisions between the camera and the scene. More...
 
class  SoWinCollisionViewer
  VSG extension Class to manage collisions between the camera and the scene. More...
 
class  SoXtCollisionViewer
  VSG extension Class to manage collisions between the camera and the scene. More...
 

Detailed Description

Collision Detection.

Open Inventor 2.4 (and above) supports collision detection. It is now possible to manage objects and camera transformations to prevent objects from passing through (intersecting) one another. Walls are really walls: you can avoid walking through them. Solid objects are really solid: you can avoid having two of them occupy the same space at the same time.

Four new classes are provided to support detection of collisions in Open Inventor.

Viewer Collision Detection

Dual Scene Collider

Intersection Detection Action

Collision Manager