|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectgestalt.shape.AbstractDrawable
gestalt.render.plugin.Fog
public abstract class Fog
| Field Summary | |
|---|---|
boolean |
enable
|
int |
filter
|
| Constructor Summary | |
|---|---|
Fog()
|
|
| Method Summary | |
|---|---|
void |
begin(GLContext theRenderContext)
|
Color |
color()
|
float |
density()
|
void |
density(float theFogDensity)
|
float |
end()
|
void |
end(float theFogEnd)
|
float |
getFogEnd()
Deprecated. |
float |
getFogStart()
Deprecated. |
boolean |
isActive()
returns whether the drawable is active. |
void |
mode(int theFogfilter)
|
void |
setActive(boolean theActive)
|
void |
setColorRef(Color theFogColor)
|
void |
setFogDensity(float theFogDensity)
Deprecated. |
void |
setFogEnd(float theFogEnd)
Deprecated. |
void |
setFogMode(int theFogfilter)
Deprecated. |
void |
setFogStart(float theFogStart)
Deprecated. |
float |
start()
|
void |
start(float theFogStart)
|
| Methods inherited from class gestalt.shape.AbstractDrawable |
|---|
add, getSortData, getSortValue, isSortable, setSortValue |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface gestalt.shape.material.CameraPlugin |
|---|
end |
| Methods inherited from interface gestalt.render.Drawable |
|---|
draw |
| Field Detail |
|---|
public int filter
public boolean enable
| Constructor Detail |
|---|
public Fog()
| Method Detail |
|---|
public void mode(int theFogfilter)
public void start(float theFogStart)
public void end(float theFogEnd)
public float start()
public float end()
public void density(float theFogDensity)
public float density()
public void setFogMode(int theFogfilter)
public void setFogStart(float theFogStart)
public void setFogEnd(float theFogEnd)
public float getFogStart()
public float getFogEnd()
public void setFogDensity(float theFogDensity)
public Color color()
public void setColorRef(Color theFogColor)
public void setActive(boolean theActive)
public boolean isActive()
Drawable
isActive in interface DrawableisActive in class AbstractDrawablepublic void begin(GLContext theRenderContext)
begin in interface CameraPlugin
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||