Search found 1 match

by darkwizard
Sat Jan 06, 2007 9:03 am
Forum: Beginners Help
Topic: Cannot load *.3ds
Replies: 2
Views: 415

Cannot load *.3ds

Hi all. First - sorry for my poor english.
Problem - irrlicht 1.2 don't load *.3ds. First lesson from examples (hello, world), 2 strings were changed
IAnimatedMesh* mesh = smrg->getMesh("test.3ds");
and
node->setMaterialTexture( 0, driver->getTexture("test.bmp") );
I have empty window with my text ...