Calculating Distance

In a lot of virtual reality application you need to know the distance between two objects. Collision detection is one application. Here we give a short example which calculates the distance between two objects. The implementation bases on the SoBoundingBox and SoCalculatorEngine.
Display Graph
Dragger Distance

Let's have a look at the source of our example.
Jens Herder