Help?
|EDIT|
YEY!!! I found out how to print stuff to the screen! I'll sohw everyone!
Code: Select all
//start up the main() function...create a new IRRLichtDevice and put it
// into 'device'...then:
IGUIFont fnt = device.GUIEnvironment.BuiltInFont;
//dum de dum, finnish up. now in the main loop, right smack
// after "device.SceneManager.DrawAll();"...
fnt.Draw("Hello World!",new Position2D(32,32),new Color(0,255,255,255));
//contiune till you end!