I created a mesh to which I have applied different materials with attached effects in GLSL: is there a way to export these programs?
I'm using blender 2.61
I created a mesh to which I have applied different materials with attached effects in GLSL: is there a way to export these programs?
I'm using blender 2.61
There is a general GLSL exporter for blender which can be found here. You'll still need to set up your Ogre material scripts to use those shaders though, and make sure you're rendering with the OpenGL render system. There is a little bit of reference for using GLSL shaders with Ogre materials in the manual.