Click or drag to resize
SoTexture2renderToTextureProperty Property

Specifies an OIV.Inventor.Nodes.SoRenderToTextureProperty node containing a scene graph that will be rendered to create the texture image.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoSFNode renderToTextureProperty { get; }

Property Value

Type: SoSFNode
Remarks

Null by default.

NOTE: The OIV.Inventor.Nodes.SoTexture2.image field is not updated when the scene graph is rendered. That would require reading back the frame buffer from the graphics board, which can be time consuming and would reduce performance.

Note Note

Field available since Open Inventor 6.0

See Also