Modifier and Type | Class and Description |
---|---|
class |
Morpheus_JOGL_dlg04_aspect
Morpheus_JOGL_dlg04_aspect introduces a correction for the window aspect.
|
class |
Morpheus_JOGL_dlg05_cube
Morpheus_JOGL_dlg05_cube changes the rendered geometry from a triangle to a
cube.
|
class |
Morpheus_JOGL_dlg06_mvpMx
Morpheus_JOGL_dlg06_mvpMx adds the complete suite of model, view, and
projection matrices necessary for general rendering.
|
class |
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.
|
class |
Morpheus_JOGL_dlg08_surface
Morpheus_JOGL_dlg08_surface renders more complex geometry than previous
dialogs.
|
class |
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.
|
class |
Morpheus_JOGL_dlg10_mouse
Morpheus_JOGL_dlg10_mouse provides for mouse manipulation of the scene.
|
class |
Morpheus_JOGL_dlg11_points
Morpheus_JOGL_dlg11_points displays points of random color randomly and
uniformly within a unit sphere.
|
class |
Morpheus_JOGL_dlg12_lines
Morpheus_JOGL_dlg12_lines displays lines of random color randomly and
uniformly within a unit sphere.
|
class |
Morpheus_JOGL_dlg13_spheres
Morpheus_JOGL_dlg13_spheres displays spheres of random color randomly and
uniformly within a unit sphere.
|
class |
Morpheus_JOGL_dlg14_rods
Morpheus_JOGL_dlg14_rods displays rods (solid cylinders) of random color
randomly and uniformly within a unit sphere.
|
class |
Morpheus_JOGL_dlg15_image
Morpheus_JOGL_dlg15_image displays a single image (texture map) with user
interaction.
|