Class and Description |
---|
Morpheus_JOGL_01_Java
Probe the Java environment and return results in single, newline-delimited
strings.
|
Morpheus_JOGL_dlg01_triangle
A dialog in which an OpenGL component is created and used to draw a simple
triangle.
|
Morpheus_JOGL_dlg02_color
Morpheus_JOGL_dlg02_color adds color to the triangle and background drawn in
Morpheus_JOGL_dlg01_triangle.
|
Morpheus_JOGL_dlg03_animation
Morpheus_JOGL_dlg03_animation introduces animation.
|
Morpheus_JOGL_dlg04_aspect
Morpheus_JOGL_dlg04_aspect introduces a correction for the window aspect.
|
Morpheus_JOGL_dlg05_cube
Morpheus_JOGL_dlg05_cube changes the rendered geometry from a triangle to a
cube.
|
Morpheus_JOGL_dlg06_mvpMx
Morpheus_JOGL_dlg06_mvpMx adds the complete suite of model, view, and
projection matrices necessary for general rendering.
|
Morpheus_JOGL_dlg07_lighting
Morpheus_JOGL_dlg07_lighting adds ambient, diffuse, and specular lighting to
the rendering pipeline and enhances the rendered geometry to show a sphere
and simulates transparency via alpha blending.
|
Morpheus_JOGL_dlg08_surface
Morpheus_JOGL_dlg08_surface renders more complex geometry than previous
dialogs.
|
Morpheus_JOGL_dlg09_text
The Morpheus_JOGL_dlg09_text code posted here borrows heavily from the
example posted by Xerxes RÄnby at
http://forum.jogamp.org/Text-without-AWT-td4037684.html and modified
according to code developed in-house by Detelina Stoyanova with the aid of
suggestions from the jogamp/jogl community.
|
Morpheus_JOGL_dlg10_mouse
Morpheus_JOGL_dlg10_mouse provides for mouse manipulation of the scene.
|
Morpheus_JOGL_dlg11_points
Morpheus_JOGL_dlg11_points displays points of random color randomly and
uniformly within a unit sphere.
|
Morpheus_JOGL_dlg13_spheres
Morpheus_JOGL_dlg13_spheres displays spheres of random color randomly and
uniformly within a unit sphere.
|