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

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

Introduction

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

Usage

From source file PickTest.java

class TetrahedronLSA extends LineStripArray {
    private static final int[] lineLengths = { 4, 4 };

    TetrahedronLSA() {
        super(8, GeometryArray.COORDINATES | GeometryArray.COLOR_3, lineLengths);