02-22-2012 09:00 PM
Colleagues,
I have a problem when I use the cvi.I need to draw a 3D model use the opengl in the picture control,and pick up the mode.For example,I transfer the picture control to the Opengl control,then draw a cube and sphere by Opengl。And I want to pick up them。Such as,when mouse click the cube,it will show a MessagbBox("a cube");when mouse click the sphere,it will show a MessagbBox("a sphere");But it doesn't work.
I'm a chinese student and juse begin to learm the cvi.And my English isn't very good.I don't know whether the problem has been clear.Anyone can help me?
02-23-2012 06:40 AM
02-23-2012 07:04 AM
Thanks for your reply.I think I have to use the VC++ to make an Opengl Axtive that can pick up the 3D model and then use it in the cvi.