Packages

 

com.aspose.cad.fileformats.collada.fileparser.elements

Classes

com.aspose.cad.fileformats.collada.fileparser.elements

Class TechniqueConstant



  • public class TechniqueConstant
    extends ColladaElement

    The technique constant. Produces a constantly shaded surface that is independent of lighting.

    • Constructor Detail

      • TechniqueConstant

        public TechniqueConstant()
    • Method Detail

      • getEmission

        public final FxCommonColorOrTexture getEmission()

        Gets or sets the emission. Declares the amount of light emitted from the surface of this object.

      • setEmission

        public final void setEmission(FxCommonColorOrTexture value)

        Gets or sets the emission. Declares the amount of light emitted from the surface of this object.

      • getReflective

        public final FxCommonColorOrTexture getReflective()

        Gets or sets the reflective. Declares the color of a perfect mirror reflection.

      • setReflective

        public final void setReflective(FxCommonColorOrTexture value)

        Gets or sets the reflective. Declares the color of a perfect mirror reflection.

      • getReflectivity

        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

      • setReflectivity

        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

      • getTransparent

        public final FxCommonTransparent getTransparent()

        Gets or sets the transparent. Declares the color of perfectly refracted light.

      • setTransparent

        public final void setTransparent(FxCommonTransparent value)

        Gets or sets the transparent. Declares the color of perfectly refracted light.

      • getTransparency

        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.

      • setTransparency

        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.

      • getIndexOfRefraction

        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.

      • setIndexOfRefraction

        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.