Search found 3 matches

by Lemming
Sun Feb 05, 2006 2:34 pm
Forum: Beginners Help
Topic: problems with rendering a mesh
Replies: 4
Views: 262

whoooohooo I got it.
the problem was the format... now it works with the .obj format...

thats how it looks like now:
link
Image
maybe you understand what I ment. there was no depth before... only the shape you know...

thank you very much...
by Lemming
Sun Feb 05, 2006 1:49 pm
Forum: Beginners Help
Topic: problems with rendering a mesh
Replies: 4
Views: 262

I used wings3D to model and to export it to the 3ds format. I also exportet UV-coords and I used an UV-unwrapper. I think its a problem with the material, but I have no idea what the problem is... I think Ill try another fileformat. wings3D is able to export some others. so thx for reply.. maybe som...
by Lemming
Sat Feb 04, 2006 6:07 pm
Forum: Beginners Help
Topic: problems with rendering a mesh
Replies: 4
Views: 262

problems with rendering a mesh

hey guys Im new on irrlicht... Im trying to create a tetris clone at the moment. but I got problems with rendering the level-mesh. heres my code: // Camera initialization m_pCamera = g_pIrrSmgr->addCameraSceneNode(NULL, irr::core::vector3df(8.0f, 0.0f, -35.0f), irr::core::vector3df(8.0f, 0.0f, 0.0f)...