My last question was solved thanks to bitplane.
I got 2 more questions (maybe it will be my questions thread )
1) Instead of having folders for each material (model, textures, sounds ETC)
i wanna have them zipped / rar in a data file and then loaded & extracted within IrrLicht. How could i do that?
2) How the hell i print text on screen? i tried addStaticText but the fotn is to small and unreadable.
Thanks!
1) Data archive 2) Text
1) Data archive 2) Text
Last edited by LosNir on Wed Dec 19, 2007 8:22 pm, edited 1 time in total.
try fpsCam->setInputReceiverEnabled(false)
Code: Select all
guienv->getSkin()->setFont(guienv->getFont("media/font.bmp"));
Just a suggestion, don't keep changing the original post in the thread to update with new questions, just post the new questions at the end of the current thread or start a new one, it's a bit confusing if the original post keeps changing as then a lot of posts underneath it won't make sense to the new questions!