Class ShadingState

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

public class ShadingState extends RenderState
ShadeState maintains the interpolation of color between vertices. Smooth shades the colors with proper linear interpolation, while flat provides no smoothing. If this state is not enabled, Smooth is used.