SoRenderToTexturePropertySetGraphicConfigTemplate Method |
Specifies a custom graphic config template to use for rendering the scene.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic void SetGraphicConfigTemplate(
SoGLGraphicConfigTemplate gct
)
Public Sub SetGraphicConfigTemplate (
gct As SoGLGraphicConfigTemplate
)
public:
void SetGraphicConfigTemplate(
SoGLGraphicConfigTemplate^ gct
)
member SetGraphicConfigTemplate :
gct : SoGLGraphicConfigTemplate -> unit
Parameters
- gct
- Type: OIV.Inventor.ComponentsSoGLGraphicConfigTemplate
Remarks
See Also