Class ShaderOrtho
- java.lang.Object
-
- zext.plantuml.com.ctreber.acearth.shader.Shader
-
- zext.plantuml.com.ctreber.acearth.shader.ShaderOrtho
-
public class ShaderOrtho extends Shader
Shader for the orthographic projection.
© 2002 Christian Treber, ct@ctreber.com (Nov 11, 2002)
-
-
Constructor Summary
Constructors Constructor Description ShaderOrtho()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.awt.Color[]
getShadedColors(int pRowNo, int[] pRowTypes)
-
Methods inherited from class zext.plantuml.com.ctreber.acearth.shader.Shader
init, setDaySideBrightness, setNightSideBrightness, setProjection, setSunPos, setTerminatorDiscontinuity
-
-
-
-
Method Detail
-
getShadedColors
public java.awt.Color[] getShadedColors(int pRowNo, int[] pRowTypes)
- Specified by:
getShadedColors
in classShader
-
-