SoRenderToTargetsize Property |
This field allows a custom rendering size for the render to texture.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoSFVec2i32 size { get; }
Public ReadOnly Property size As SoSFVec2i32
Get
public:
property SoSFVec2i32^ size {
SoSFVec2i32^ get ();
}
member size : SoSFVec2i32 with get
Property Value
Type:
SoSFVec2i32Remarks When this field is set to the default value (-1, -1) the global viewport size from the viewer is used. The size is in pixels.
See Also