Page 2 of 2

Re: libgdx / RUBE thread

Posted: Tue Jul 16, 2013 3:39 am
by tescott
Just updated the repo. Added support to 'fake' circle shape textures, polygons with radius > 0, and loops. This was done through using an approximation using an n-sided polygon, adjusted based on the circle's radius. Added tests for the same.

--tim