- init(GLAutoDrawable) - Method in class morpheus_JOGL.Morpheus_JOGL_dlg01_triangle
-
Called to setup the JOGL/OpenGL component, GLAutoDrawable, including the
JOGL/OpenGL system (context) to be used.
- init(GLAutoDrawable) - Method in class morpheus_JOGL.Morpheus_JOGL_dlg03_animation
-
Overridden init() method that adds the specification of the model-view-
projection matrix in the shader program.
- init(GLAutoDrawable) - Method in class morpheus_JOGL.Morpheus_JOGL_dlg05_cube
-
Override to turn on depth testing.
- init(GLAutoDrawable) - Method in class morpheus_JOGL.Morpheus_JOGL_dlg07_lighting
-
Overridden to enable blending testing for pseudo-transparency and set
locations of new uniform variables.
- init(GLAutoDrawable) - Method in class morpheus_JOGL.Morpheus_JOGL_dlg09_text
-
Overridden to set up text rendering.
- init(GLAutoDrawable) - Method in class morpheus_JOGL.Morpheus_JOGL_dlg12_lines
-
Overridden initially to control line width, which isn't really supported
in the shading language.
- init(GLAutoDrawable) - Method in class morpheus_JOGL.Morpheus_JOGL_dlg15_image
-
Overridden to setup image before and texture sampler and usage flag after
call to ancestor method.
- initOverrides(String, String) - Method in class morpheus_JOGL.Morpheus_JOGL_dlg01_triangle
-
This function is called to execute overridden initialization methods.
- initOverrides(String, String) - Method in class morpheus_JOGL.Morpheus_JOGL_dlg03_animation
-
Overridden to add the calls to initialize the matrices, setup initial
random animation rotation parameters, and create/start the rotation
animator.
- initOverrides(String, String) - Method in class morpheus_JOGL.Morpheus_JOGL_dlg06_mvpMx
-
Overridden to add transformation reinitialization.
- initOverrides(String, String) - Method in class morpheus_JOGL.Morpheus_JOGL_dlg09_text
-
Overridden to turn OFF animation and turn ON string display.
- initOverrides(String, String) - Method in class morpheus_JOGL.Morpheus_JOGL_dlg10_mouse
-
Overridden to add mouse listener.
- initOverrides(String, String) - Method in class morpheus_JOGL.Morpheus_JOGL_dlg11_points
-
Overridden to restart animator and set display mode and points size for
rendering random points.
- initOverrides(String, String) - Method in class morpheus_JOGL.Morpheus_JOGL_dlg13_spheres
-
Overridden to turn ON the animator turned OFF by mouse dialog and turn
OFF string rendering.
- initOverrides(String, String) - Method in class morpheus_JOGL.Morpheus_JOGL_dlg15_image
-
Overridden to restart the animator and turn off text display.