Class Render
Contents
[
Hide
]Render class
The evaluate scene render. Describes one effect pass to evaluate a scene.
public class Render : ColladaElement
Constructors
Name | Description |
---|---|
Render() | The default constructor. |
Properties
Name | Description |
---|---|
CameraNode { get; set; } | 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. |
Extra { get; set; } | Gets or sets the extra. |
InstanceMaterial { get; set; } | Gets or sets the instance material. Specifies which effect to render in this composition step while evaluating the scene. |
Layer { get; set; } | Gets or sets the layer. Specifies which layer or layers to render in this composition step while evaluating the scene. |
Name { get; set; } | Gets or sets the name. The text string name of this element. Optional. |
Sid { get; set; } | 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. |
See Also
- class ColladaElement
- namespace Aspose.CAD.FileFormats.Collada.FileParser.Elements
- assembly Aspose.CAD