Package gaiasky.util.gdx.shader
Class AtmosphereShader.Config
java.lang.Object
gaiasky.util.gdx.shader.AtmosphereShader.Config
- Enclosing class:
AtmosphereShader
-
Field Summary
Modifier and TypeFieldDescriptionint
Set to 0 to disable culling.int
Set to 0 to disable depth test.The uber fragment shader to use, null to use the default fragment shader.boolean
The uber vertex shader to use, null to use the default vertex shader. -
Constructor Summary
-
Method Summary
-
Field Details
-
vertexShader
The uber vertex shader to use, null to use the default vertex shader. -
fragmentShader
The uber fragment shader to use, null to use the default fragment shader. -
ignoreUnimplemented
public boolean ignoreUnimplemented -
defaultCullFace
public int defaultCullFaceSet to 0 to disable culling. -
defaultDepthFunc
public int defaultDepthFuncSet to 0 to disable depth test.
-
-
Constructor Details
-
Config
public Config() -
Config
-