Search found 6 matches
- Fri Oct 08, 2010 11:03 pm
- Forum: Beginners Help
- Topic: Errors when I compile any tutorial.
- Replies: 12
- Views: 683
The line of code is void setMaterialFlag(video::E_MATERIAL_FLAG flag, bool newvalue) { //This Line for (u32 i=0; i<getMaterialCount(); ++i) getMaterial(i).setFlag(flag, newvalue); } And it is in the ISceneNode header file. The tutorial is the terrain rendering one. Also I fixed the .dll error by pla...
- Thu Oct 07, 2010 11:56 pm
- Forum: Beginners Help
- Topic: Errors when I compile any tutorial.
- Replies: 12
- Views: 683
What does the directory structure of your project look like? And in what directory does your program execute? example: main |-source |-gameroot [executes here] |-media |-?? It's Test (project name) |-Header Files |-media |-Resource Files (empty) |-Source Files -mainroot (Where the main code is) Als...
- Thu Oct 07, 2010 2:34 am
- Forum: Beginners Help
- Topic: User-customizable characters (meshes): best approach?
- Replies: 7
- Views: 850
- Thu Oct 07, 2010 2:15 am
- Forum: Beginners Help
- Topic: Errors when I compile any tutorial.
- Replies: 12
- Views: 683
- Wed Oct 06, 2010 1:20 am
- Forum: Beginners Help
- Topic: Errors when I compile any tutorial.
- Replies: 12
- Views: 683
- Mon Oct 04, 2010 12:44 am
- Forum: Beginners Help
- Topic: Errors when I compile any tutorial.
- Replies: 12
- Views: 683
Errors when I compile any tutorial.
When I run it gives me an error stating that I do not have the irrlicht.dll on my computer. I have the code that talks about the .lib. Please help.