Search found 6 matches

by TBleader
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...
by TBleader
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...
by TBleader
Thu Oct 07, 2010 2:34 am
Forum: Beginners Help
Topic: User-customizable characters (meshes): best approach?
Replies: 7
Views: 850

For skin color, have the default color be white, then change the texture's color according to the user's input. That way it can be truly dynamic. I'm not sure if that works in irrlicht but I'm sure it does.
by TBleader
Thu Oct 07, 2010 2:15 am
Forum: Beginners Help
Topic: Errors when I compile any tutorial.
Replies: 12
Views: 683

It still cannot open the files.
by TBleader
Wed Oct 06, 2010 1:20 am
Forum: Beginners Help
Topic: Errors when I compile any tutorial.
Replies: 12
Views: 683

Another problem I am now facing is, when I have anything load from the media folder (EG: "driver->getTexture("../../media/terrain-texture.jpg"));") it never loads it. Why is this? I put a copy of media in both debug and the man project folder. I tried adding the files to the solu...
by TBleader
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.