Package hmi.graphics.opengl.scenegraph

The HmiGraphics opengl.scenegraph package contains code for OpenGL based scenegraphs, on top of the more basic opengl package.

See:
          Description

Class Summary
GLNodeMarker A simple sphere for usage as marker for VGL nodes
GLScene A GLScene is a top-level structure that combines various render lists, to be rendered by an OpenGL capable render engine.
GMaterialTranslator translates a scenegraph GMaterial into GLMaterial
ScenegraphTranslator Translates hmi.graphics.scenegraph components into hmi.graphics.opengl counterparts.
VGLNode A VGL node combines a VJoint (tree) with a GLRenderList.
 

Package hmi.graphics.opengl.scenegraph Description

The HmiGraphics opengl.scenegraph package contains code for OpenGL based scenegraphs, on top of the more basic opengl package.