de.jreality.shader
Interface ImplodePolygonShader

All Superinterfaces:
AttributeCollection, AttributeEntity, DefaultPolygonShader, PolygonShader

public interface ImplodePolygonShader
extends DefaultPolygonShader


Field Summary
static Object CREATE_DEFAULT
           
static Double IMPLODE_FACTOR_DEFAULT
           
 
Fields inherited from interface de.jreality.shader.DefaultPolygonShader
AMBIENT_COEFFICIENT_DEFAULT, AMBIENT_COLOR_DEFAULT, DIFFUSE_COEFFICIENT_DEFAULT, DIFFUSE_COLOR_DEFAULT, SMOOTH_SHADING_DEFAULT, SPECULAR_COEFFICIENT_DEFAULT, SPECULAR_COLOR_DEFAULT, SPECULAR_EXPONENT_DEFAULT, TRANSPARENCY_DEFAULT
 
Fields inherited from interface de.jreality.shader.PolygonShader
DEFAULT_ENTITY
 
Method Summary
 Double getImplodeFactor()
           
 void setImplodeFactor(Double d)
           
 
Methods inherited from interface de.jreality.shader.DefaultPolygonShader
createReflectionMap, createTextShader, createTexture2d, getAmbientCoefficient, getAmbientColor, getDiffuseCoefficient, getDiffuseColor, getReflectionMap, getSmoothShading, getSpecularCoefficient, getSpecularColor, getSpecularExponent, getTextShader, getTexture2d, getTransparency, setAmbientCoefficient, setAmbientColor, setDiffuseCoefficient, setDiffuseColor, setSmoothShading, setSpecularCoefficient, setSpecularColor, setSpecularExponent, setTransparency
 

Field Detail

CREATE_DEFAULT

static final Object CREATE_DEFAULT

IMPLODE_FACTOR_DEFAULT

static final Double IMPLODE_FACTOR_DEFAULT
Method Detail

getImplodeFactor

Double getImplodeFactor()

setImplodeFactor

void setImplodeFactor(Double d)