Uses of Interface
net.jinx.video.multipass.MultipassVisible

Packages that use MultipassVisible
net.jinx.action   
net.jinx.physics.fountain   
net.jinx.physics.spring   
net.jinx.physics.util   
net.jinx.video Provides an easy to use scene graph API that is intended for use by OpenGL Programmers, without preventing access to low-level OpenGL features.

If you're interested in constructing arbitrary OpenGL objects, take a look at the Visible interface.

Model designers might be more interested in the model subpackage.
 
net.jinx.video.multimodel   
 

Uses of MultipassVisible in net.jinx.action
 

Classes in net.jinx.action that implement MultipassVisible
 class VisibleActor
          Actor wrapper class for one of Vertex Modeler's Visible implementations, so they can be used with the action package.
 

Uses of MultipassVisible in net.jinx.physics.fountain
 

Classes in net.jinx.physics.fountain that implement MultipassVisible
 class ParticleFountain
           
 

Uses of MultipassVisible in net.jinx.physics.spring
 

Classes in net.jinx.physics.spring that implement MultipassVisible
 class SpringSheet
           
 

Uses of MultipassVisible in net.jinx.physics.util
 

Classes in net.jinx.physics.util that implement MultipassVisible
 class PhysicalSpark
           
 class PhysicalSphere
           
 class VisiblePhysical
           
 

Uses of MultipassVisible in net.jinx.video
 

Classes in net.jinx.video that implement MultipassVisible
 class Animation
          Allows multiple Visibles to be used based on time in an animation sequence.
 class DemoRotator
          Simple Visible that just rotates another Visible for the purpose of seeing every angle.
 class SceneGraph
          SceneGraph allows the use of multiple Visibles within the same Renderer.
static class SceneGraph.SceneGraphElement
          SceneGraphElement allows for the fixed translation, rotation and scaling of other Visible objects.
 

Uses of MultipassVisible in net.jinx.video.multimodel
 

Classes in net.jinx.video.multimodel that implement MultipassVisible
 class AlphaBlend
           
 class Rotation
           
 class Scale
           
 class Translation
           
 class VariableSceneGraph