Search found 6 matches

by anubis55
Sun Mar 18, 2007 1:04 am
Forum: Beginners Help
Topic: very basic help needed
Replies: 3
Views: 229

Thanks Bitplane, I started programming back in the days of QBASIC and am a bit confused by some of the modern coding and syntax, especially for C++. When you say device->getFileSystem()->getWorkingDirectory() how do I go about getting the getWorkingDirectory() as output somewhere? As the topic says ...
by anubis55
Sat Mar 17, 2007 11:41 am
Forum: Beginners Help
Topic: very basic help needed
Replies: 3
Views: 229

very basic help needed

OK, it's night here, so the rest of the world is awake. (I'm in Australia). I have a very basic problem with IRRLICHT and IRR files. Using IRREDIT is great and being able to oad an entire IRR file into the engine is wonderful, BUT........ Every time I create a node with IRREDIT and save it as an IRR...
by anubis55
Fri Feb 23, 2007 10:05 am
Forum: Beginners Help
Topic: probably a lame question, but...
Replies: 8
Views: 367

Thanx roxaz. I tried that but it didn't help either. I'll tray again in the morning. I have never really gotten the hang of Visual C++.
by anubis55
Fri Feb 23, 2007 9:19 am
Forum: Beginners Help
Topic: probably a lame question, but...
Replies: 8
Views: 367

I'm using IRREDIT0.6 to put the whole scene together. I have located the tutorial's exe in the \bin\Win32-VisualStudio folder, so I put the textures in there as well. Still only loads the default textures. It keeps saying it can't open the file of the texture and gives the path, but the path is corr...
by anubis55
Thu Feb 22, 2007 11:48 am
Forum: Beginners Help
Topic: probably a lame question, but...
Replies: 8
Views: 367

Thanks for the quick response. I have modified the code from the tutorial only slightly to put in an IRR file that I oput together in IRREDIT 0.6. smgr->loadScene("../../media/iala.irr"); I have all the textures in the same folder ../../media/. I just can't understand, 'cause the meshes ar...
by anubis55
Thu Feb 22, 2007 9:27 am
Forum: Beginners Help
Topic: probably a lame question, but...
Replies: 8
Views: 367

probably a lame question, but...

OK I'll admit I'm new to this IRRLICHT thing. But it sure does look good to me. I've been struggling through the tutorials and I'm just plain stuck :( I would like to use an IRR file (as in loading IRR files tutorial), but when I use any texture other than the #default_font, it won't load. Fortunate...