Click or drag to resize
SoTextureCubeMaprenderToTextureProperty 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.0.0 (2024.1.0)
Syntax
public SoSFNode renderToTextureProperty { get; }

Property Value

Type: SoSFNode
Remarks

The scene is rendered into a Pbuffer and then directly bound or copied into texture memory. Null by default.

Note Note

Field available since Open Inventor 6.0

See Also