Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Optix render window #18

Open
osrf-migration opened this issue Jan 2, 2018 · 2 comments
Open

Add Optix render window #18

osrf-migration opened this issue Jan 2, 2018 · 2 comments
Labels
enhancement New feature or request optix

Comments

@osrf-migration
Copy link

Original report (archived issue) by Ian Chen (Bitbucket: Ian Chen, GitHub: iche033).


The RenderWindow class works by attaching to an existing GUI window using its ID / window ?at=default&fileviewer=file-view-default#RenderTarget.hh-105 handle string . This currently works for ogre as it already has built-in ?at=default&fileviewer=file-view-default render window support . The ?at=default&fileviewer=file-view-default OptixRenderWindow class is currently just a stub and doesn't do anything.

For optix, we currently require the user to save the image data a buffer in memory then display it into their own window (e.g. see ?at=default&fileviewer=file-view-default#GlutWindow.cc-95 this line in simple_demo that captures data into image data object example) which requires users to write more code.

It would be nice to have a common RenderWindow API that masks these differences.

@osrf-migration
Copy link
Author

Original comment by Nate Koenig (Bitbucket: Nathan Koenig).


  • Edited issue description

1 similar comment
@osrf-migration
Copy link
Author

Original comment by Nate Koenig (Bitbucket: Nathan Koenig).


  • Edited issue description

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request optix
Projects
None yet
Development

No branches or pull requests

2 participants