public class TechniqueConstant extends ColladaElement
The technique constant. Produces a constantly shaded surface that is independent of lighting.
Constructor and Description |
---|
TechniqueConstant() |
Modifier and Type | Method and Description |
---|---|
FxCommonColorOrTexture |
getEmission()
Gets or sets the emission.
|
FxCommonFloatOrParameter |
getIndexOfRefraction()
Gets or sets the index of refraction.
|
FxCommonColorOrTexture |
getReflective()
Gets or sets the reflective.
|
FxCommonFloatOrParameter |
getReflectivity()
Gets or sets the reflectivity.
|
FxCommonFloatOrParameter |
getTransparency()
Gets or sets the transparency.
|
FxCommonTransparent |
getTransparent()
Gets or sets the transparent.
|
void |
setEmission(FxCommonColorOrTexture value)
Gets or sets the emission.
|
void |
setIndexOfRefraction(FxCommonFloatOrParameter value)
Gets or sets the index of refraction.
|
void |
setReflective(FxCommonColorOrTexture value)
Gets or sets the reflective.
|
void |
setReflectivity(FxCommonFloatOrParameter value)
Gets or sets the reflectivity.
|
void |
setTransparency(FxCommonFloatOrParameter value)
Gets or sets the transparency.
|
void |
setTransparent(FxCommonTransparent value)
Gets or sets the transparent.
|
public final FxCommonColorOrTexture getEmission()
Gets or sets the emission. Declares the amount of light emitted from the surface of this object.
public final void setEmission(FxCommonColorOrTexture value)
Gets or sets the emission. Declares the amount of light emitted from the surface of this object.
public final FxCommonColorOrTexture getReflective()
Gets or sets the reflective. Declares the color of a perfect mirror reflection.
public final void setReflective(FxCommonColorOrTexture value)
Gets or sets the reflective. Declares the color of a perfect mirror reflection.
public final FxCommonFloatOrParameter getReflectivity()
Gets or sets the reflectivity. Declares the amount of perfect mirror reflection to be added to the reflected light as a value between 0.0 and 1.0
public final void setReflectivity(FxCommonFloatOrParameter value)
Gets or sets the reflectivity. Declares the amount of perfect mirror reflection to be added to the reflected light as a value between 0.0 and 1.0
public final FxCommonTransparent getTransparent()
Gets or sets the transparent. Declares the color of perfectly refracted light.
public final void setTransparent(FxCommonTransparent value)
Gets or sets the transparent. Declares the color of perfectly refracted light.
public final FxCommonFloatOrParameter getTransparency()
Gets or sets the transparency. Declares the amount of perfectly refracted light added to the reflected color as a scalar value between 0.0 and 1.0.
public final void setTransparency(FxCommonFloatOrParameter value)
Gets or sets the transparency. Declares the amount of perfectly refracted light added to the reflected color as a scalar value between 0.0 and 1.0.
public final FxCommonFloatOrParameter getIndexOfRefraction()
Gets or sets the index of refraction. Declares the index of refraction for perfectly refracted light as a single scalar index.
public final void setIndexOfRefraction(FxCommonFloatOrParameter value)
Gets or sets the index of refraction. Declares the index of refraction for perfectly refracted light as a single scalar index.