Progress bar [HELP WANTED]

A place for users of OGRE to discuss ideas and experiences of utilitising OGRE in their games / demos / applications.
Post Reply
User avatar
Aiden
Halfling
Posts: 54
Joined: Fri Jul 14, 2017 3:16 pm
x 5

Progress bar [HELP WANTED]

Post by Aiden »

Hi,
How would I achieve a progress bar like this in Ogre
Image
I had that you can use shaders but I'm not experienced with shaders so a sample would be great.
I found some shader code on some forum any help making it run on ogre will be appreciated.
https://discourse.panda3d.org/t/circula ... -bar/14437
paroj
OGRE Team Member
OGRE Team Member
Posts: 1994
Joined: Sun Mar 30, 2014 2:51 pm
x 1074
Contact:

Re: Progress bar [HELP WANTED]

Post by paroj »

without using shaders, the easiest route is to generate a series of images and toggle them via anim_texture:
https://ogrecave.github.io/ogre/api/lat ... 05ftexture
Post Reply