Packages

 

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

Classes

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

Class Render



  • public class Render
    extends ColladaElement

    The evaluate scene render. Describes one effect pass to evaluate a scene.

    • Constructor Detail

      • Render

        public Render()
    • Method Detail

      • getLayer

        public final String[] getLayer()

        Gets or sets the layer. Specifies which layer or layers to render in this composition step while evaluating the scene.

      • setLayer

        public final void setLayer(String[] value)

        Gets or sets the layer. Specifies which layer or layers to render in this composition step while evaluating the scene.

      • getInstanceMaterial

        public final InstanceMaterialRendering getInstanceMaterial()

        Gets or sets the instance material. Specifies which effect to render in this composition step while evaluating the scene.

      • setInstanceMaterial

        public final void setInstanceMaterial(InstanceMaterialRendering value)

        Gets or sets the instance material. Specifies which effect to render in this composition step while evaluating the scene.

      • getExtra

        public final Extra[] getExtra()

        Gets or sets the extra.

      • setExtra

        public final void setExtra(Extra[] value)

        Gets or sets the extra.

      • getSid

        public final String getSid()

        Gets or sets the sid. A text string value containing the scoped identifier of this element. This value must be unique within the scope of the parent element. Optional.

      • setSid

        public final void setSid(String value)

        Gets or sets the sid. A text string value containing the scoped identifier of this element. This value must be unique within the scope of the parent element. Optional.

      • getName

        public final String getName()

        Gets or sets the name. The text string name of this element. Optional.

      • setName

        public final void setName(String value)

        Gets or sets the name. The text string name of this element. Optional.

      • getCameraNode

        public final String getCameraNode()

        Gets or sets the camera node. Refers to a node that contains a camera describing the viewpoint from which to render this composition step. Optional.

      • setCameraNode

        public final void setCameraNode(String value)

        Gets or sets the camera node. Refers to a node that contains a camera describing the viewpoint from which to render this composition step. Optional.