Click or drag to resize
SoRenderToTexturePropertysize Property

Size in pixels of the rendered texture.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public SoSFVec2s size { get; }

Property Value

Type: SoSFVec2s
Remarks

If the size is not a power of two (e.g. 128 or 256) and the OpenGL extension texture_non_power_of_two is not supported by the GPU, the size will be automatically scaled to the next power of two (less effective). (0, 0) by default.

See Also