Small patch for better GLSL support

Discussion area about developing or extending OGRE, adding plugins for it or building applications on it. No newbie questions please, use the Help forum for that.
Post Reply
User avatar
Xaphier
Gnoblar
Posts: 12
Joined: Wed Jan 18, 2006 11:27 pm

Small patch for better GLSL support

Post by Xaphier »

Greetings!

I wrote a small patch to be able to get tangent, binormal, blend weight and blend height working in glsl. You can define what vertex attribute you use in your glsl program and ogre binds the right pointer/vbo to it. If there is any interest, please tell me.
User avatar
xavier
OGRE Retired Moderator
OGRE Retired Moderator
Posts: 9481
Joined: Fri Feb 18, 2005 2:03 am
Location: Dublin, CA, US
x 22

Post by xavier »

Post a patch to the SF project page (link under Developers on the main site). NFZ will probably want to look at it, since that was the last remaining thing (I think) for GLSL.
User avatar
Xaphier
Gnoblar
Posts: 12
Joined: Wed Jan 18, 2006 11:27 pm

Post by Xaphier »

OK, posted
Post Reply