SoPBufferSetRenderToTexture Method (Boolean) |
Calls SetRenderToTexture(enable, OIV.Inventor.SoGLRenderToBuffer.TextureFormats( .SoGLRenderToBuffer.TEXTURE_RGB ), OIV.Inventor.SoGLRenderToBuffer.TextureTargets( .SoGLRenderToBuffer.TEXTURE_2D ), false, false).
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic void SetRenderToTexture(
bool enable
)
Public Sub SetRenderToTexture (
enable As Boolean
)
public:
void SetRenderToTexture(
bool enable
)
member SetRenderToTexture :
enable : bool -> unit
Parameters
- enable
- Type: SystemBoolean
Remarks
See Also