Quantcast
Channel: Rhino Developer - McNeel Forum
Viewing all articles
Browse latest Browse all 8565

Using OpenGL with Rhino 5

$
0
0

@alexander.mcrae wrote:

Hello,

I am trying to create a render for Rhino 5. It uses OpenGL to render. The way I currently have been using it is I have a GLControl which is from the OpenTK library and I am doing the rendering in the OnPaint event handler. My issue is this event is not being called enough to have frame rates that are usable. I have tried invalidating the Control each time the paint event is raise but this causes Rhino to freeze understandably. I am wondering if there is a method I can use that will cause the OnPaint method to be called more often or if there is a better path you could suggest I take in creating this render.

The reason I have chosen to implement this render as a panel instead of a RenderPlugin is from the documentation I cannot seem to find how to use OpenGL in the RenderPlugin, whereas OpenTK allows me to use it very easily. If the correct path is to use a RenderPlugin could you provide me with resources to get started using OpenGL in it?

Thank you,

Alexander McRae

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 8565

Trending Articles