Irrlicht Extensions on Github

Post those lines of code you feel like sharing or find what you require for your project here; or simply use them as tutorials.
Andrey01
Posts: 57
Joined: Mon Jul 27, 2020 9:08 pm

Re: Irrlicht Extensions on Github

Post by Andrey01 »

Also, do your extensions have a more extended IGUIFont class that would allow to modify a size of a text font? Currently, as I understood, it is possible to obtain only by adding own fonts.
chronologicaldot
Competition winner
Posts: 685
Joined: Mon Sep 10, 2012 8:51 am

Re: Irrlicht Extensions on Github

Post by chronologicaldot »

The GUIScrollBar deliberately doesn't render a background so that you can use it for multiple purposes. Sorry, I never bothered making one optional, though it wouldn't be hard to add.
If you want a font with a different font size, use CGUITTFont:
http://irrlicht.sourceforge.net/forum/v ... nt#p287603
Post Reply