Package de.javagl.swogl.rendering

Package-private helper classes for the rendering backends

See:
          Description

Class Summary
PickingRayComputerLWJGL Implementation of a PickingRayComputer that obtains the information required for picking from the viewport and modelview and projection matrix of LWJGL

Note that, in order to make this PickingRayComputer work properly, the PickingRayComputerLWJGL.update() method has to be called after the GL modelview matrix has been set up to include the view transformation.
SwoglApplicationLWJGL Implementation of a SwoglApplication using LWJGL
SwoglRendererLWJGL Implementation of a SwoglRenderer that uses LWJGL.
SwoglSetupLWJGL Implementation of a SwoglSetup using LWJGL
 

Package de.javagl.swogl.rendering Description

Package-private helper classes for the rendering backends