|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectartofillusion.view.ConstantVertexShader
public class ConstantVertexShader
This is a VertexShader which renders the entire surface in a constant color, independent of orientation.
Constructor Summary | |
---|---|
ConstantVertexShader(RGBColor color)
Create a ConstantVertexShader for an object. |
Method Summary | |
---|---|
void |
getColor(int face,
int vertex,
RGBColor color)
Select the color for a vertex. |
void |
getTextureSpec(TextureSpec spec)
Get the texture properties of the surface. |
boolean |
isUniformFace(int face)
Get whether a particular face should be rendered with a single uniform color. |
boolean |
isUniformTexture()
Get whether this shader represents a uniform texture. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConstantVertexShader(RGBColor color)
color
- the color in which to draw the surfaceMethod Detail |
---|
public void getColor(int face, int vertex, RGBColor color)
getColor
in interface VertexShader
face
- the index of the triangle being renderedvertex
- the index of the vertex to colorcolor
- the vertex color will be returned in this objectpublic boolean isUniformFace(int face)
isUniformFace
in interface VertexShader
face
- the index of the triangle being renderedpublic boolean isUniformTexture()
isUniformTexture
in interface VertexShader
public void getTextureSpec(TextureSpec spec)
getTextureSpec
in interface VertexShader
spec
- the surface properties will be returned in this object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |