SoPBufferSetRenderToTexture Method |
Name | Description | |
---|---|---|
![]() | SetRenderToTexture(Boolean) | Calls SetRenderToTexture(enable, OIV.Inventor.SoGLRenderToBuffer.TextureFormats( .SoGLRenderToBuffer.TEXTURE_RGB ), OIV.Inventor.SoGLRenderToBuffer.TextureTargets( .SoGLRenderToBuffer.TEXTURE_2D ), false, false). |
![]() | SetRenderToTexture(Boolean, SoGLRenderToBufferTextureFormats) | Calls SetRenderToTexture(enable, format, OIV.Inventor.SoGLRenderToBuffer.TextureTargets( .SoGLRenderToBuffer.TEXTURE_2D ), false, false). |
![]() | SetRenderToTexture(Boolean, SoGLRenderToBufferTextureFormats, SoGLRenderToBufferTextureTargets) | Calls SetRenderToTexture(enable, format, target, false, false). |
![]() | SetRenderToTexture(Boolean, SoGLRenderToBufferTextureFormats, SoGLRenderToBufferTextureTargets, Boolean) | Calls SetRenderToTexture(enable, format, target, autoMipmap, false). |
![]() | SetRenderToTexture(Boolean, SoGLRenderToBufferTextureFormats, SoGLRenderToBufferTextureTargets, Boolean, Boolean) | Specifies settings for the Pbuffer creation. |