|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DisplayList | |
---|---|
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 DisplayList in net.jinx.video |
---|
Subclasses of DisplayList in net.jinx.video | |
---|---|
class |
CartesianGrid
|
class |
CartesianOrigin
This draws a set of three lines corresponding to the three axis lines, starting from the origin and terminating at getLength() distance from the origin. |
class |
VisibleDisplayList
VisibleDisplayList provides the means to use OpenGL display lists to accelerate rendering of Visible objects. |
Uses of DisplayList in net.jinx.video.model |
---|
Subclasses of DisplayList in net.jinx.video.model | |
---|---|
class |
Model
Model objects are collections of MeshElement objects, along with coloration and per-vertex normal data (if used). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |