Click or drag to resize
SoGLRenderToBufferSetRenderToTexture Method (Boolean, SoGLRenderToBufferTextureFormats, SoGLRenderToBufferTextureTargets, Boolean)
Calls SetRenderToTexture(enable, format, target, autoMipmap, false).

Namespace: OIV.Inventor
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public void SetRenderToTexture(
	bool enable,
	SoGLRenderToBufferTextureFormats format,
	SoGLRenderToBufferTextureTargets target,
	bool autoMipmap
)

Parameters

enable
Type: SystemBoolean
format
Type: OIV.InventorSoGLRenderToBufferTextureFormats
target
Type: OIV.InventorSoGLRenderToBufferTextureTargets
autoMipmap
Type: SystemBoolean
Remarks