Example usage for javax.media.j3d RotationInterpolator subclass-usage

List of usage examples for javax.media.j3d RotationInterpolator subclass-usage

Introduction

In this page you can find the example usage for javax.media.j3d RotationInterpolator subclass-usage.

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;