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

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

Introduction

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

Usage

From source file TextureByReference.java

class Tetrahedron extends Shape3D {

    private static final float sqrt3 = (float) Math.sqrt(3.0);

    private static final float sqrt3_3 = sqrt3 / 3.0f;

From source file Demo3D.java

/**
 * This class creates an aimer in the ViewBranch.
 */

class Aimer extends Shape3D {
    private float scale_XYZ;