hello guys,
i would like to have a listbox (and other elements) skinned.. e.g I want to customize the looking of scrollbars, window border and background of my listbox.. I guess IGUISkin does not do that right?
what can I do about it? thanks....
GUI Skin
If you just change colors you can do that in IGUISkin. If you want to change the drawing you have to overload IGUISkin with an own implementation (you can start by copying CGUISkin). If that is still not enough customization you can also add own gui-elements to the engine.
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
-
- Posts: 23
- Joined: Sun Oct 19, 2008 2:35 pm
someone made their own implementation of how to use image files as the elements if i'm correct -> http://irrlicht.sourceforge.net/phpBB2/ ... t=gui+skin
maybe you can use this as a starting point.
maybe you can use this as a starting point.