List of usage examples for javax.media.j3d Shape3D subclass-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;