Class RenderState

java.lang.Object
com.jme3.material.RenderState
All Implemented Interfaces:
Savable, Cloneable

public class RenderState extends Object implements Cloneable, Savable
RenderState specifies material rendering properties that cannot be controlled by a shader on a Material. The properties allow manipulation of rendering features such as depth testing, alpha blending, face culling, stencil operations, and much more.