List of usage examples for javax.media.j3d DirectionalLight ALLOW_DIRECTION_READ
int ALLOW_DIRECTION_READ
To view the source code for javax.media.j3d DirectionalLight ALLOW_DIRECTION_READ.
Click Source Link
From source file:LightTest.java
protected int[] getCapabilities() { int[] superCaps = super.getCapabilities(); int[] caps = { DirectionalLight.ALLOW_DIRECTION_READ, DirectionalLight.ALLOW_DIRECTION_WRITE, }; return createCompoundArray(superCaps, caps); }