Author Topic: SimpleWindowGL Library  (Read 1515 times)

0 Members and 1 Guest are viewing this topic.

Peter

  • Guest
SimpleWindowGL Library
« on: April 24, 2013, 11:20:48 AM »
Deleted
« Last Edit: April 25, 2015, 05:00:17 AM by Peter »

Charles Pegge

  • Guest
Re: SimpleWindowGL Library
« Reply #1 on: April 24, 2013, 11:27:01 PM »
Thanks Peter,

I use floats for all my OpenGL stuff, so it must be an issue with unprototyped float procs. I found literal floats were okay but float variable params were not, so I will see if there is a quick fix.

You have an interesting demo, as it shows the problems that arise when alpha is enabled. Objects furthest away from the viewer must be rendered first, otherwise they will mask out objects which are nearer to you in the scene.

Charles