Description:

During run-time change whether to use OpenGL drawing of results or not. For instance offline rendering (viewcapture* with different resolution than viewport) could use RenderWindow instead of direct OpenGL drawing.

Syntax:
public virtual void SetUseDrawOpenGl(
bool use
)
virtual
Parameters:
  • use
  • Type: bool
  • Set to True if OpenGL drawing is wanted, set to False if RenderWindow method is needed.
Returns:
Type: void
Available since:
6.0

SetUseDrawOpenGl method

Class:  Rhino.Render.RealtimeDisplayMode

Nothing found