How material blender model to Irrlicht?

You are an experienced programmer and have a problem with the engine, shaders, or advanced effects? Here you'll get answers.
No questions about C++ programming or topics which are answered in the tutorials!
Post Reply
estamisu
Posts: 15
Joined: Thu Mar 18, 2010 12:06 am

How material blender model to Irrlicht?

Post by estamisu »

Hi all
I am using Gamekit which is featured irrlicht+bullet+blender.
My problem is to load blender model to my project with material which was mede in blender.
When i load .blend file i can not see material and textures Irrlicht.
Give me advice
Tnanks
zehsound.dude
Posts: 4
Joined: Mon Jun 02, 2008 6:33 pm

Post by zehsound.dude »

As far as I know, Irrlicht can't open .blend files...

http://irrlicht.sourceforge.net/feature ... tedformats

you'll have to export the model in blender to .x or something like that
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

GameKit uses a blend loader.
CuteAlien
Admin
Posts: 9720
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Post by CuteAlien »

You can for example use Gandaldf's b3d exporter script. You can find it on my homepage: http://www.michaelzeilfelder.de/irrlicht.htm#Scripts
It works with Blender 2.49.
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
estamisu
Posts: 15
Joined: Thu Mar 18, 2010 12:06 am

Post by estamisu »

Thanks all for the replies
Post Reply