blender cutscenes

Started by
0 comments, last by lauris71 11 years, 7 months ago
is there a way to use cinematics created in blender in a smfl/opengl game??
Advertisement
If you want to use the whole Blender material/lighting/environment options then you should render it to some common video format, then implement loader for that video format in your code and show frames as sequence of images. While in theory it is possible to parse Blender file and reimplement it's rendering system, it is too much work to do.

If you only need object placements, basic textures, lights and camera movement you may try using some common export format, like FBX. But you still have to find/implement the loader of that specific file format, implement animation system and so on.
Lauris Kaplinski

First technology demo of my game Shinya is out: http://lauris.kaplinski.com/shinya
Khayyam 3D - a freeware poser and scene builder application: http://khayyam.kaplinski.com/

This topic is closed to new replies.

Advertisement