Packages

 

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

Classes

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

Class InstanceMaterialRendering



  • public class InstanceMaterialRendering
    extends ColladaElement

    The instance material rendering. Instantiates a COLLADA material resource for a screen effect.

    • Constructor Detail

      • InstanceMaterialRendering

        public InstanceMaterialRendering()
    • Method Detail

      • getTechniqueOverride

        public final TechniqueOverride getTechniqueOverride()

        Gets or sets the technique override. Target specific techniques and passes inside a material rather than having to split the effects techniques and passes into multiple effects.

      • setTechniqueOverride

        public final void setTechniqueOverride(TechniqueOverride value)

        Gets or sets the technique override. Target specific techniques and passes inside a material rather than having to split the effects techniques and passes into multiple effects.

      • getBind

        public final Bind[] getBind()

        Gets or sets the bind. Binds values to effect parameters upon instantiation.

      • setBind

        public final void setBind(Bind[] value)

        Gets or sets the bind. Binds values to effect parameters upon instantiation.

      • getExtra

        public final Extra[] getExtra()

        Gets or sets the extra.

      • setExtra

        public final void setExtra(Extra[] value)

        Gets or sets the extra.

      • getUrl

        public final String getUrl()

        Gets or sets the url.

      • setUrl

        public final void setUrl(String value)

        Gets or sets the url.