Terrain/Font

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
Jookia
Posts: 170
Joined: Wed Nov 19, 2008 1:11 am

Terrain/Font

Post by Jookia »

1. How can I make huge blocks of interconnecting terrain?
2. How can I make bigger fonts?
Murcho
Posts: 26
Joined: Mon Nov 10, 2008 8:45 am
Location: Australia

Post by Murcho »

I found this yesterday by googling "Irrlicht Fonts"

http://www.gljakal.com/irrfontmaker/index.php

works a treat.

Try searching the forum for terrain, theres a lot of terrain projects.
B@z
Posts: 876
Joined: Thu Jan 31, 2008 5:05 pm
Location: Hungary

Post by B@z »

murcho: thats actually exist in the bin folder in the irrlicht's folder. check it xD

jookia: maybe arras' tiled terrain?
Image
Image
Murcho
Posts: 26
Joined: Mon Nov 10, 2008 8:45 am
Location: Australia

Post by Murcho »

@ Baz : Lol, I had Irrlicht installed on my laptop, and was on my desktop when looking for it. I tend to work from different computers a lot, so when I setup and Irrlicht project, I make all the includes, libs, etc part of the project. That way I don't have to install Irrlicht where ever I want to work, although I do miss gems like that one.

We all know google is our friend though :D
Jookia
Posts: 170
Joined: Wed Nov 19, 2008 1:11 am

Post by Jookia »

I meant, like, resizing fonts.
rogerborg
Admin
Posts: 3590
Joined: Mon Oct 09, 2006 9:36 am
Location: Scotland - gonnae no slag aff mah Engleesh
Contact:

Post by rogerborg »

You can't. For reasons of speed and simplicity, Irrlicht uses bitmap fonts rather than vector fonts. If you want a larger font, then you have to use the font tool (included in the SDK) to create a bitmap for the bigger font, the load it with IGUIEnvironment::getFont(), as shown in example 05.UserInterface.
Please upload candidate patches to the tracker.
Need help now? IRC to #irrlicht on irc.freenode.net
How To Ask Questions The Smart Way
link3rn3l
Posts: 81
Joined: Wed Nov 15, 2006 5:51 pm

Post by link3rn3l »

Bennu (Best 2d and 3D dev-tool)
http://bennupack.blogspot.com

Pixtudio (Best 2D development tool)
http://pixtudiopack.blogspot.com

Bennu3D(3D Libs for bennu)
http://3dm8ee.blogspot.com/

Colombian Developers - Blog:
http://coldev.blogspot.com/
Post Reply