http://irrlicht.sourceforge.net/phpBB2/ ... hp?t=35539
I am reading through this and have actually set up a project to test this out. I have added the code and for the life of me, why this escapes me I am not sure, but, how would you start the process? it seems to me that inside your int main() you would start with one of the functions, but which one and what exactly do you call?
Code: Select all
int main()
{
??
}