additv.shaders
Class ABlendShader
java.lang.Object
additv.modifiers.AModifier
additv.shaders.AShader
additv.shaders.ABlendShader
- All Implemented Interfaces:
- AModifierI
public class ABlendShader
- extends AShader
|
Constructor Summary |
ABlendShader(javax.media.opengl.GL renderer,
java.lang.String dataPath)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
blend
public AFloatAbstract blend
currentBlendMode
public ABlendShader.BlendMode currentBlendMode
ABlendShader
public ABlendShader(javax.media.opengl.GL renderer,
java.lang.String dataPath)
setTextureA
public void setTextureA(com.sun.opengl.util.texture.Texture t)
setTextureB
public void setTextureB(com.sun.opengl.util.texture.Texture t)
setTextures
public void setTextures(com.sun.opengl.util.texture.Texture t1,
com.sun.opengl.util.texture.Texture t2)
beginShader
public void beginShader()
- Specified by:
beginShader in class AShader
endShader
public void endShader()
- Specified by:
endShader in class AShader