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

OpenGL/3D display node ? #261

Open
nyue opened this issue Mar 26, 2020 · 1 comment
Open

OpenGL/3D display node ? #261

nyue opened this issue Mar 26, 2020 · 1 comment

Comments

@nyue
Copy link

@nyue nyue commented Mar 26, 2020

Hi,

I am looking at the images example as a starting point.

Has anyone written an equivalent image node but for OpenGL/3D ? Any advice ?

I am thinking of prototyping something that read in e.g. a Wavefront file in one node and pass the data to a 3D node to display

If I also need to provide Pan-Zoom-Rotate in the 3D node, is there anything else to take note of ?

Cheers

@theHamsta
Copy link

@theHamsta theHamsta commented Mar 27, 2020

I used a OpenGL image widget if mine and in worked perfectly. The only issue was to handle mouse/key board input and split in properly between the nodes and the widget itself. just embed a a OpenGLWidget
*QOpenGLWidget

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.