stuartcaunt / isgl3d

iOS Scene Graph Library: a 3D framework for the iPhone, iPad and iPod touch
http://isgl3d.com
Other
108 stars 46 forks source link

GLUI Component Work #49

Open germinator opened 12 years ago

germinator commented 12 years ago

...ion cannot be centred. This allows the removal of the "fixLeft" and "fixTop" magic. UI components are now based on their bottom-left coordinate instead of centre, and the mesh generation code allows for offsets to accommodate this. Lastly, using all of this, fix the jitter in the progress bar component.