Search found 3 matches

by wydesenej
Sun Nov 11, 2007 12:53 pm
Forum: Project Announcements
Topic: Bullet physics demo
Replies: 69
Views: 51764

How i compile this demo in unix??? pls help
by wydesenej
Sat Nov 10, 2007 12:57 pm
Forum: Bug reports
Topic: DMF load problem - pls help!
Replies: 2
Views: 724

Ok, i fix it.

Problem is in the file /irrlicht/source/CDMFLoader.cpp .

find this part of code:
for (i=0; i<header.numMaterials; i++)
{
String path;
path = "";
if ( !SceneMgr->getParameters()->existsAttribute(DMF_TEXTURE_PATH) )
{
//get the right path for textures
StringList filepath ...
by wydesenej
Sat Nov 10, 2007 12:37 pm
Forum: Bug reports
Topic: DMF load problem - pls help!
Replies: 2
Views: 724

DMF load problem - pls help!

Hi,
i have OS linux. When i trying to load dmf with texture than:

Code:
smgr->getParameters()->setAttribute(DMF_TEXTURE_PATH,"./texture/");
smgr->getParameters()->setAttribute(DMF_USE_MATERIALS_DIRS, false);

IAnimatedMeshSceneNode *anms = smgr->addAnimatedMeshSceneNode(smgr->getMesh("./data/room ...