SoWinGLWidgetSetFloatingColorBuffer Method (Boolean, SoWinGLWidgetFloatColorBufferSizes) |
Enables/disables floating point rendering using 16- or 32-bit components.
Namespace: OIV.Inventor.Win
public void SetFloatingColorBuffer( bool enable, SoWinGLWidgetFloatColorBufferSizes size )
If true, Open Inventor will automatically render to a floating point color buffer.
To determine if floating point rendering was successfully enabled, use OIV.Inventor.Win.SoWinGLWidget.GetFloatingColorBuffer(System.Boolean@, OIV.Inventor.Win.SoWinGLWidget.FloatColorBufferSizes@).
Using floating point rendering can improve image quality, particularly when many objects are being blended.