gestalt.impl.jogl.shape
Class JoglMaterial

java.lang.Object
  extended by gestalt.shape.Material
      extended by gestalt.impl.jogl.shape.JoglMaterial
All Implemented Interfaces:
java.io.Serializable

public class JoglMaterial
extends Material

See Also:
Serialized Form

Field Summary
 
Fields inherited from class gestalt.shape.Material
ambient, blendmode, color, depthmask, depthtest, diffuse, disableTextureCoordinates, emission, enabled, ignoreplugins, lit, NORMALIZE_MODE, normalizenormals, shininess, smoothshading, specular, transparent, VERBOSE, wireframe
 
Constructor Summary
JoglMaterial()
           
 
Method Summary
 TexturePlugin addTexture()
           
 void begin(GLContext theRenderContext)
           
 TexturePlugin createTexture(Bitmap theBitmap)
           
 void end(GLContext theRenderContext)
           
 
Methods inherited from class gestalt.shape.Material
addPlugin, addTexture, getColor, plugins, removePlugin, removeTexture, replacePlugin, replaceTexture, setCustomBlendFunction, texture
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JoglMaterial

public JoglMaterial()
Method Detail

begin

public void begin(GLContext theRenderContext)
Overrides:
begin in class Material

end

public void end(GLContext theRenderContext)
Overrides:
end in class Material

createTexture

public TexturePlugin createTexture(Bitmap theBitmap)
Overrides:
createTexture in class Material
Parameters:
theBitmap - Bitmap
Returns:
TexturePlugin

addTexture

public TexturePlugin addTexture()
Overrides:
addTexture in class Material
Returns:
TexturePlugin


processing library gestalt_p5 by Patrick Kochlik + Dennis Paul. (c) 2009