Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Possible to mix native and HOOPS rendering?
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
03-06-2008 12:39 PM
Has anyone tried drawing raw OpenGL into a window that HOOPS is using? We'd like to share a 3D canvas between an application module that uses ACIS/HOOPS and an application module that uses a triangulated mesh rendered with raw OpenGL. Worst case is it's impossible. Better would be that we could disable one and let the other take over the window. Nirvana would be that we could draw one on top of the other.
I know we could take our triangulated model and insert it into the HOOPS database for HOOPS to draw, but right now we're wondering if we can get away with doing less work than that.
Gary
I know we could take our triangulated model and insert it into the HOOPS database for HOOPS to draw, but right now we're wondering if we can get away with doing less work than that.
Gary
Re: Possible to mix native and HOOPS rendering?
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
09-10-2009 06:49 AM
Drawing raw OpenGL into a window that HOOPS is using? I think it can be supported currently.

