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

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

Introduction

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

Usage

From source file PickTest.java

class TetrahedronILSA extends IndexedLineStripArray {

    private static final int[] lineLengths = { 4, 4 };

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