Class CullState

java.lang.Object
com.ardor3d.renderer.state.RenderState
com.ardor3d.renderer.state.CullState
All Implemented Interfaces:
Savable

public class CullState extends RenderState
CullState determines which side of a model will be visible when it is rendered. By default, both sides are visible. Define front as the side that traces its vertices counter clockwise and back as the side that traces its vertices clockwise, a side (front or back) can be culled, or not shown when the model is rendered. Instead, the side will be transparent.
NOTE: Any object that is placed in the transparent queue with two sided transparency will not use the cullstate that is attached to it. Instead, using the CullStates necessary for rendering two sided transparency.