List of usage examples for javax.media.j3d RotationInterpolator subclass-usage
From source file Text3DTest.java
class TornadoRotation extends RotationInterpolator { Vector m_Text3DVector = null; public TornadoRotation(Alpha alpha, TransformGroup target, Transform3D axisOfRotation, float minimumAngle, float maximumAngle) { super(alpha, target, axisOfRotation, minimumAngle, maximumAngle);
From source file ReadRaster.java
class myRotationInterpolator extends RotationInterpolator { Point3f wPos = new Point3f(0.025f, -0.025f, 0.0f); Raster drawRaster; Raster readRaster;