Uses of Class
net.jinx.video.Sphere

Packages that use Sphere
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.model This package contains the core components of the Vertex Modeler application.

Model designers will be most interested in the Model and VertexUtil classes; examine their documentation closely, since you'll be using them extensively.  Being aware of the other classes in this package would be handy, as well.
 
 

Uses of Sphere in net.jinx.video
 

Subclasses of Sphere in net.jinx.video
 class SkySphere
           
 

Uses of Sphere in net.jinx.video.model
 

Methods in net.jinx.video.model that return Sphere
static Sphere ModelUtil.loadSphere(net.jinx.db.Hierarchy h)
          Constructs a Sphere object from the given Hierarchy.