shout3d.core
Class Panorama

java.lang.Object
  |
  +--shout3d.core.Node
        |
        +--shout3d.core.PostRenderEffect
              |
              +--shout3d.core.Panorama

public class Panorama
extends PostRenderEffect

A Panorama


Field Summary
 BooleanField bilinearFilteringEnabled
           
 NodeField environmentCubeMap
           
 
Fields inherited from class shout3d.core.PostRenderEffect
enabled
 
Constructor Summary
Panorama()
          Constructs a default Panorama node.
 
Method Summary
 boolean applyBeforeAlphaPrimitives()
           
 void filter(java.awt.Graphics g, int[] surface_pixel_bits, float[] z_buffer, int deviceWidth, int deviceHeight)
           
 
Methods inherited from class shout3d.core.Node
cleanUp, getDEFName, getField, getFieldByIndex, getFieldName, getNumFields, getTypeName, getViewer, isOfType, setDEFName, setViewer
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

environmentCubeMap

public final NodeField environmentCubeMap

bilinearFilteringEnabled

public final BooleanField bilinearFilteringEnabled
Constructor Detail

Panorama

public Panorama()
Constructs a default Panorama node.
Method Detail

filter

public void filter(java.awt.Graphics g,
                   int[] surface_pixel_bits,
                   float[] z_buffer,
                   int deviceWidth,
                   int deviceHeight)
Overrides:
filter in class PostRenderEffect

applyBeforeAlphaPrimitives

public boolean applyBeforeAlphaPrimitives()
Overrides:
applyBeforeAlphaPrimitives in class PostRenderEffect