org.xith3d.scenegraph
Class GlobalOptions
java.lang.Object
org.xith3d.scenegraph.GlobalOptions
public class GlobalOptions
- extends java.lang.Object
GlobalOptions stores a set of scenegraph/rendering options,
that apply to all nodes and node components, which have appropriate
"inherit from global options" settings or in other words, which don't
overrule the global options setting.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GlobalOptions
public GlobalOptions()
setInstance
public static final void setInstance(GlobalOptions instance)
getInstance
public static final GlobalOptions getInstance()
incChangeID
protected void incChangeID()
getChangeID
public final short getChangeID()
setTextureFilter
public void setTextureFilter(org.jagatoo.opengl.enums.TextureFilter filter)
getTextureFilter
public final org.jagatoo.opengl.enums.TextureFilter getTextureFilter()