Search found 9 matches

by Caliban
Fri Mar 28, 2008 12:49 pm
Forum: Everything 2d/3d Graphics
Topic: Exporting Blender Model/Scene to Irrlicht
Replies: 16
Views: 6063

I'm pretty sure that I've tested the obj loader with valgrind. So there should be no mem leakage. If you have a huge number of groups (with the obj loader from SVN), many materials, or huge materials it might require some time and lots of memory. Do you have a problematic example? Hmm, i have only ...
by Caliban
Thu Mar 27, 2008 11:51 am
Forum: Everything 2d/3d Graphics
Topic: Exporting Blender Model/Scene to Irrlicht
Replies: 16
Views: 6063

Simply post the complete error message and the mentioned code lines. Oh, sorry, hybrid, you were right. I exported the obj-File and i can read it with smgr->getMesh("file.obj") I don´t know why, but it seems that Blender is exporting only some arbitrarily objects and now, with my last com...
by Caliban
Thu Mar 27, 2008 6:25 am
Forum: Everything 2d/3d Graphics
Topic: Exporting Blender Model/Scene to Irrlicht
Replies: 16
Views: 6063

I guess you use Windows-style filenames. Using \v inside C-strings is a bad idea. Use the C-style / filename separators or drop the path completely. Hmm, i test it on a windows system and my example-programs can call the getMesh methods on the other formats without a problem. I wondering, what i am...
by Caliban
Wed Mar 26, 2008 12:18 pm
Forum: Everything 2d/3d Graphics
Topic: Exporting Blender Model/Scene to Irrlicht
Replies: 16
Views: 6063

hybrid wrote:Just like all other mesh file formats with smgr->getMesh("filename")
Yes,

i did that, but when i start the system, the compiler complains about escape sequences, which are not recognized.

I think, i still have missed something or i do something wrong.

regards
by Caliban
Wed Mar 26, 2008 10:53 am
Forum: Everything 2d/3d Graphics
Topic: Exporting Blender Model/Scene to Irrlicht
Replies: 16
Views: 6063

Hello,

thank you !

I can export the Scene to an ".obj" File.

But i have now to find out, how to open an ".obj"-File in Irrlicht ...

regards
by Caliban
Tue Mar 25, 2008 4:54 pm
Forum: Everything 2d/3d Graphics
Topic: Exporting Blender Model/Scene to Irrlicht
Replies: 16
Views: 6063

Ok, i am sorry, i have to look to some other format. I made the expirience that, when i try to import 3Ds Format from Blender, there are also some drawbacks, that the textures and lights and other things are not imported, only the dimensions of the objects. Maybe i make something wrong, due to the f...
by Caliban
Mon Mar 24, 2008 8:52 pm
Forum: Everything 2d/3d Graphics
Topic: Exporting Blender Model/Scene to Irrlicht
Replies: 16
Views: 6063

Thanks,

i have found an option, the key "a" to select all objects. But i only can export to collada. And when Irrlicht imports the scene, it has no texture.

Thank you
by Caliban
Mon Mar 24, 2008 1:37 pm
Forum: Everything 2d/3d Graphics
Topic: Exporting Blender Model/Scene to Irrlicht
Replies: 16
Views: 6063

Exporting Blender Model/Scene to Irrlicht

Hello,
i yust tried to model some Blender objects to export them to Irrlicht.

While i am able to export only one object, i didnt manage to export the whole scene. Is there a special trick to do that ? I didnt found in the forum an answer, so i am asking here.

thanks and regards
by Caliban
Mon Mar 24, 2008 12:40 pm
Forum: Everything 2d/3d Graphics
Topic: Blender B3d exporter updated!
Replies: 27
Views: 5699

very good

But i don´t know, i am not able to get an 3ds Scene exported from Blender to Irrlicht.

Maybe i am doing something wrong.

regards