Transform feed back from GLSL...

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
Mars_999
Posts: 136
Joined: Sat Dec 08, 2012 7:59 pm

Transform feed back from GLSL...

Post by Mars_999 »

Are we getting this extension in Irrlicht or can I use it already in 1.8?

I am doing Vertex texture fetch and would like to know the heights of the vertices so Irrlicht has an accurate AABB for the current mesh shape...

Thanks!
hendu
Posts: 2600
Joined: Sat Dec 18, 2010 12:53 pm

Re: Transform feed back from GLSL...

Post by hendu »

You can read your heightmap texture on the cpu more easily than by using tf.
Mars_999
Posts: 136
Joined: Sat Dec 08, 2012 7:59 pm

Re: Transform feed back from GLSL...

Post by Mars_999 »

Yes I know but isn't what I am doing.
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Re: Transform feed back from GLSL...

Post by hybrid »

If you want to work on it and provide a patch it would be highly appreciated. But please also add an example for using this feature. I was never in the situation to really need this extension, so I never bothered about adding it.
Mars_999
Posts: 136
Joined: Sat Dec 08, 2012 7:59 pm

Re: Transform feed back from GLSL...

Post by Mars_999 »

I just sold my rig... awaiting on new hardware... if someone else can do it by all means... until I get my new rig I am stuck with gl2.1
Post Reply