Package zombie.iso.weather
Class WeatherShader
java.lang.Object
zombie.core.opengl.Shader
zombie.iso.weather.WeatherShader
- All Implemented Interfaces:
IShaderProgramListener
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonCompileSuccess(ShaderProgram shaderProgram) voidpostRender(TextureDraw textureDraw) voidstartMainThread(TextureDraw textureDraw, int int1) voidstartRenderThread(TextureDraw textureDraw) Methods inherited from class zombie.core.opengl.Shader
callback, destroy, End, getID, getProgram, isCompiled, setTexture, Start
-
Field Details
-
timeOfDay
public int timeOfDay
-
-
Constructor Details
-
WeatherShader
-
-
Method Details
-
startMainThread
- Overrides:
startMainThreadin classShader
-
startRenderThread
- Overrides:
startRenderThreadin classShader
-
onCompileSuccess
- Overrides:
onCompileSuccessin classShader
-
postRender
- Overrides:
postRenderin classShader
-