Example usage for javax.media.j3d PolygonAttributes ALLOW_NORMAL_FLIP_WRITE

List of usage examples for javax.media.j3d PolygonAttributes ALLOW_NORMAL_FLIP_WRITE

Introduction

In this page you can find the example usage for javax.media.j3d PolygonAttributes ALLOW_NORMAL_FLIP_WRITE.

Prototype

int ALLOW_NORMAL_FLIP_WRITE

To view the source code for javax.media.j3d PolygonAttributes ALLOW_NORMAL_FLIP_WRITE.

Click Source Link

Document

Specifies that this PolygonAttributes object allows writing its back face normal flip flag.

Usage

From source file:AppearanceTest.java

protected int[] getCapabilities() {
    return new int[] { PolygonAttributes.ALLOW_CULL_FACE_WRITE, PolygonAttributes.ALLOW_MODE_WRITE,
            PolygonAttributes.ALLOW_NORMAL_FLIP_WRITE, PolygonAttributes.ALLOW_OFFSET_WRITE };
}