Package zombie.iso.weather
Class WeatherShader
java.lang.Object
zombie.core.opengl.Shader
zombie.iso.weather.WeatherShader
- All Implemented Interfaces:
IShaderProgramListener
public class WeatherShader extends Shader
-
Field Summary
Fields Modifier and Type Field Description int
timeOfDay
-
Constructor Summary
Constructors Constructor Description WeatherShader(java.lang.String string)
-
Method Summary
Modifier and Type Method Description void
onCompileSuccess(ShaderProgram shaderProgram)
void
postRender(TextureDraw textureDraw)
void
startMainThread(TextureDraw textureDraw, int int1)
void
startRenderThread(TextureDraw textureDraw)
Methods inherited from class zombie.core.opengl.Shader
callback, destroy, End, getID, getProgram, isCompiled, setTexture, Start
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
timeOfDay
public int timeOfDay
-
-
Constructor Details
-
WeatherShader
public WeatherShader(java.lang.String string)
-
-
Method Details
-
startMainThread
- Overrides:
startMainThread
in classShader
-
startRenderThread
- Overrides:
startRenderThread
in classShader
-
onCompileSuccess
- Overrides:
onCompileSuccess
in classShader
-
postRender
- Overrides:
postRender
in classShader
-