Need Code for open .exe when click 3D object

Hello,

I have project for my college, I just create 3D object and want to open file e.g .exe when i clicked on object. Pls help me…

Thanks

picking?

One of the simpilest methods:
http://gpwiki.org/index.php/OpenGL_Selection_Using_Unique_Color_IDs

I’ve found it works but if some idiot goes “I FORCED ANTIALIAS ON ALL GL APPLICATIONS USING THIS TRAY ICON” your picking zones are antialiased resulting in garbage down the edges of objects.

Well then do the picking on offscreen FBO, AFAIK there is no way to externally force antialias from outside the app.

Minecraft with antialias, some advanced texture features, clamp broken causing clamp leaks and so on. You can more than easily break quite a few modern games using these settings.

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.