public abstract class AbstractEnlightable extends AbstractWireframeable
Modifier and Type | Field and Description |
---|---|
protected Color |
materialAmbiantReflection |
protected Color |
materialDiffuseReflection |
protected Color |
materialEmission |
protected float[] |
materialShininess |
protected Color |
materialSpecularReflection |
facestatus, wfcolor, wfstatus, wfwidth
bbox, boundingBoxColor, boundingBoxDisplayed, displayed, hasListeners, legend, legendDisplayed, listeners, spaceTransformer, transform, transformBefore
Constructor and Description |
---|
AbstractEnlightable() |
Modifier and Type | Method and Description |
---|---|
protected void |
applyMaterial(com.jogamp.opengl.GL gl) |
Color |
getMaterialAmbiantReflection()
LIGHT CONFIG
|
Color |
getMaterialDiffuseReflection() |
Color |
getMaterialEmission() |
float |
getMaterialShininess() |
Color |
getMaterialSpecularReflection() |
void |
setMaterialAmbiantReflection(Color materialAmbiantReflection) |
void |
setMaterialDiffuseReflection(Color materialDiffuseReflection) |
void |
setMaterialEmission(Color materialEmission) |
void |
setMaterialShininess(float shininess) |
void |
setMaterialSpecularReflection(Color materialSpecularReflection) |
getFaceDisplayed, getWireframeColor, getWireframeDisplayed, getWireframeWidth, setFaceDisplayed, setWireframeColor, setWireframeDisplayed, setWireframeWidth
addDrawableListener, applyGeometryTransform, call, call, callWithAlphaFactor, colorGL2, colorGLES2, dispose, doDrawBounds, doTransform, draw, fireDrawableChanged, fireDrawableChanged, getBarycentre, getBoundingBoxColor, getBounds, getDistance, getLegend, getLongestDistance, getShortestDistance, getSpaceTransformer, getTransform, getTransformBefore, hasLegend, isBoundingBoxDisplayed, isDisplayed, isLegendDisplayed, negative, removeDrawableListener, setBoundingBoxColor, setBoundingBoxDisplayed, setDisplayed, setLegend, setLegendDisplayed, setSpaceTransformer, setTransform, setTransformBefore, toString, toString, updateBounds, vertexGL2, vertexGLES2
protected Color materialAmbiantReflection
protected Color materialDiffuseReflection
protected Color materialSpecularReflection
protected Color materialEmission
protected float[] materialShininess
protected void applyMaterial(com.jogamp.opengl.GL gl)
public Color getMaterialAmbiantReflection()
public void setMaterialAmbiantReflection(Color materialAmbiantReflection)
public Color getMaterialDiffuseReflection()
public void setMaterialDiffuseReflection(Color materialDiffuseReflection)
public Color getMaterialSpecularReflection()
public void setMaterialSpecularReflection(Color materialSpecularReflection)
public Color getMaterialEmission()
public void setMaterialEmission(Color materialEmission)
public float getMaterialShininess()
public void setMaterialShininess(float shininess)
Copyright © 2016. All rights reserved.