Search found 2 matches

by ezanih
Tue Aug 05, 2008 9:35 am
Forum: Everything 2d/3d Graphics
Topic: GaNDaLDF Tutorials
Replies: 34
Views: 9956

Blank Animation When Using Irrlicht and b3d file

Hi there!

I need some help. I am using Irrlicht and Blender and I am trying to run b3d file in Irrlicht (using .GetMesh() and .addAnimatedMeshSceneNode(). I am using HelloWorld example program and I replaced the line: getMesh("sydney.md2:) with getMesh("example.b3d") but I am getting a blank screen ...
by ezanih
Tue Aug 05, 2008 9:10 am
Forum: Everything 2d/3d Graphics
Topic: b3d import from blender - animation not displaying
Replies: 4
Views: 4155

b3d import from blender - animation not displaying

Hi there

I hope you guys can help me with my problem. I imported an armature animation (bones-based) in Blender (shotarm.blend) and used Gandalf's b3d Python export script to export it to shotarm.b3d.

Then I opened up Irrlicht in VC++ 2008 and imported shotarm.b3d in the 01.Hello World.sln ...