resle
05-31-2010, 01:09 PM
First time poster to the OpenGL boards, old time OpenGL coder back home after some DX years :)
So... I've just learned how to work with VBOs but there's something I can't still figure out: how to send two distinct VBOs (same vertex count) to the shader and further interpolate between the two to get the final position (with interpolation as another float variable ranging from 0 to 1 that must be passed to the vertex program as well)
Any hints?
Thanks in advance,
andrea
So... I've just learned how to work with VBOs but there's something I can't still figure out: how to send two distinct VBOs (same vertex count) to the shader and further interpolate between the two to get the final position (with interpolation as another float variable ranging from 0 to 1 that must be passed to the vertex program as well)
Any hints?
Thanks in advance,
andrea