Circle progress bar

Alundra

13-06-2012 13:25:05

Hi,
My question is quite simple :

Is it possible to make a circle progress bar using MyGUI ?
It's for a health bar.

Thanks

Altren

24-06-2012 16:20:34

You can use PolygonalSkin to draw a circle or part of circle. See UnitTest_PolygonalSkin.

jsding

14-09-2012 03:27:52

Hi, Altren,
Where can i find the UnitTest_PolygonalSkin? Thanks

You can use PolygonalSkin to draw a circle or part of circle. See UnitTest_PolygonalSkin.

Altren

14-09-2012 08:36:19

Enable MYGUI_BUILD_UNITTESTS in CMake.

Edit: my bad, it is called UnitTest_Spline.