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 ...
Search found 6 matches
- Fri Oct 08, 2010 11:03 pm
- Forum: Beginners Help
- Topic: Errors when I compile any tutorial.
- Replies: 12
- Views: 1032
- Thu Oct 07, 2010 11:56 pm
- Forum: Beginners Help
- Topic: Errors when I compile any tutorial.
- Replies: 12
- Views: 1032
- Thu Oct 07, 2010 2:34 am
- Forum: Beginners Help
- Topic: User-customizable characters (meshes): best approach?
- Replies: 7
- Views: 1519
- Thu Oct 07, 2010 2:15 am
- Forum: Beginners Help
- Topic: Errors when I compile any tutorial.
- Replies: 12
- Views: 1032
- Wed Oct 06, 2010 1:20 am
- Forum: Beginners Help
- Topic: Errors when I compile any tutorial.
- Replies: 12
- Views: 1032
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 solution. Nothing worked.
- Mon Oct 04, 2010 12:44 am
- Forum: Beginners Help
- Topic: Errors when I compile any tutorial.
- Replies: 12
- Views: 1032
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.