Uses of Interface
de.javagl.swogl.PickingRayComputer

Packages that use PickingRayComputer
de.javagl.swogl The core classes of Swogl. 
 

Uses of PickingRayComputer in de.javagl.swogl
 

Classes in de.javagl.swogl that implement PickingRayComputer
 class DefaultPickingRayComputer
          Implementation of a PickingRayComputer that computes the picking Ray based on a given Camera and View.
 

Methods in de.javagl.swogl that return PickingRayComputer
 PickingRayComputer SwoglSetup.getPickingRayComputer()
          Returns the PickingRayComputer for this setup.
 

Methods in de.javagl.swogl with parameters of type PickingRayComputer
static SwoglContainer SwoglContainer.create(java.awt.Component visibleComponent, SwoglComponentHandler swoglComponentHandler, PickingRayComputer pickingRayComputer)
          Creates a new, empty SwoglContainer that shows the given visibleComponent.