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

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

Introduction

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

Usage

From source file ExAmbientLight.java

class SphereGroup extends Group {
    //  Constructors
    public SphereGroup() {
        //    radius x,y spacing x,y count appearance
        this(0.25f, 0.75f, 0.75f, 5, 5, null);
    }

From source file ExBackgroundColor.java

class TowerScene extends Group {
    private static final double[][] craters = {
            // x,z,radius are in a normalized -1.0 to 1.0 space
            // x z radius depth
            { 0.0, 0.0, 0.7, 0.20 }, { 0.3, 0.3, 0.5, 0.20 }, { -0.3, 0.1, 0.6, 0.20 }, { -0.2, 0.4, 0.4, 0.20 },
            { -0.9, -0.9, 0.5, 0.20 }, { 0.4, 0.5, 0.3, 0.10 }, { 0.9, -0.2, 0.4, 0.10 }, { -0.8, 0.1, 0.2, 0.10 },

From source file ExBackgroundImage.java

class TowerScene extends Group {
    private static final double[][] craters = {
            // x,z,radius are in a normalized -1.0 to 1.0 space
            // x z radius depth
            { 0.0, 0.0, 0.7, 0.20 }, { 0.3, 0.3, 0.5, 0.20 }, { -0.3, 0.1, 0.6, 0.20 }, { -0.2, 0.4, 0.4, 0.20 },
            { -0.9, -0.9, 0.5, 0.20 }, { 0.4, 0.5, 0.3, 0.10 }, { 0.9, -0.2, 0.4, 0.10 }, { -0.8, 0.1, 0.2, 0.10 },

From source file ExLightScope.java

class SphereGroup extends Group {
    //  Constructors
    public SphereGroup() {
        //    radius x,y spacing x,y count appearance
        this(0.25f, 0.75f, 0.75f, 5, 5, null);
    }

From source file AlternateAppearanceBoundsTest.java

class SphereGroup extends Group {
    Shape3D[] shapes;

    int numShapes = 0;

    //  Constructors

From source file ExLightBounds.java

class SphereGroup extends Group {
    //  Constructors
    public SphereGroup() {
        //    radius x,y spacing x,y count appearance
        this(0.25f, 0.75f, 0.75f, 5, 5, null);
    }

From source file AlternateAppearanceScopeTest.java

class SphereGroup extends Group {
    Shape3D[] shapes;

    int numShapes = 0;

    //  Constructors

From source file ExExponentialFog.java

class ColumnScene extends Group {
    //--------------------------------------------------------------
    //  SCENE CONTENT
    //--------------------------------------------------------------

    // Construction parameters

From source file ExPointLight.java

class AnnotationArrowFan extends Group {
    // 3D nodes
    AnnotationArrow[] arrows;

    //  Constructors
    public AnnotationArrowFan() {

From source file ExLinearFog.java

class ColumnScene extends Group {
    //--------------------------------------------------------------
    //  SCENE CONTENT
    //--------------------------------------------------------------

    // Construction parameters