List of usage examples for javax.media.j3d GeometryUpdater interface-usage
From source file GeometryByReferenceTest.java
public class GeometryByReferenceTest extends JApplet implements ActionListener, GeometryUpdater {
RenderingAttributes ra;
ColoringAttributes ca;
From source file GeometryByReferenceNIOBuffer.java
public class GeometryByReferenceNIOBuffer extends JApplet implements ActionListener, GeometryUpdater {
RenderingAttributes ra;
ColoringAttributes ca;
From source file MyJava3D.java
/** * Implementation of the GeometryUpdater interface. That rotates the scene by * changing the viewer position and the scale factor for the model. */ class RotatingGeometryUpdater implements GeometryUpdater {