drawing on top in QtOpenGL module

Started by
-1 comments, last by manojvaghela 13 years, 10 months ago
Hi,

I am using Qt's OpenGL module for openGL drawings. I have a 3D rendering scene (a surface color plot, let say) which can be affected by all mouse events (let say rotation, panning, zoom).

Now I want to draw color legend showing band of colors and values interpolated between Max and Min values of a variable. This legend will NEVER be affected by mouse events.

How can I do this in QtOpenGL?

Please help.

Thank you.

--
M V

This topic is closed to new replies.

Advertisement