Package edu.cmu.sun.components

A list of custom components created for drawing parts of the scene.

See:
          Description

Class Summary
BoxComponent This is a simple 3D box.
ImageComponent A Component3D object that replaces the ImagePanel Shape3D that LG3D provides.
Text2DView Renders text in LG3D by mapping a bitmap onto a polygon.
TextComponent TextComponent is a Component3D that displays a simple string at a specified size and weight (boldness).
 

Package edu.cmu.sun.components Description

A list of custom components created for drawing parts of the scene. These components are mostly wrapers around Shape3D objects. The wrappers make sure that the shapes are top-left-front aligned. In addition they sometiems add configuration or performance enhancements.