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 inttimeOfDay -
Constructor Summary
Constructors Constructor Description WeatherShader(java.lang.String string) -
Method Summary
Modifier and Type Method Description voidonCompileSuccess(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, StartMethods 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:
startMainThreadin classShader
-
startRenderThread
- Overrides:
startRenderThreadin classShader
-
onCompileSuccess
- Overrides:
onCompileSuccessin classShader
-
postRender
- Overrides:
postRenderin classShader
-