Search found 1 match

by sprunth
Wed May 09, 2012 2:57 am
Forum: Code Snippets
Topic: [C# IrrlichtLime] Progress Bar
Replies: 0
Views: 1979

[C# IrrlichtLime] Progress Bar

I ported the progress bar found (http://irrlicht.sourceforge.net/forum/viewtopic.php?f=9&t=39356) for C#.

I'm currently using IrrlichtLime, but I assume any wrapper would work. I've fixed the issue with the original where the progress bar wouldn't abide by the parent's position. This code has ...