com.ctreber.acearth.shader
Class ShaderOrtho

java.lang.Object
  extended by com.ctreber.acearth.shader.Shader
      extended by com.ctreber.acearth.shader.ShaderOrtho

public class ShaderOrtho
extends Shader

Shader for the orthographic projection.

© 2002 Christian Treber, [email protected] (Nov 11, 2002)

Author:
Christian Treber, [email protected]

Constructor Summary
ShaderOrtho()
           
 
Method Summary
 Color[] getShadedColors(int pRowNo, int[] pRowTypes)
           
 
Methods inherited from class com.ctreber.acearth.shader.Shader
init, setDaySideBrightness, setNightSideBrightness, setProjection, setSunPos, setTerminatorDiscontinuity
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShaderOrtho

public ShaderOrtho()
Method Detail

getShadedColors

public Color[] getShadedColors(int pRowNo,
                               int[] pRowTypes)
Specified by:
getShadedColors in class Shader


Copyright © 2012. All Rights Reserved.