[osg-users] Image from shader
Chris Djali
krizdjali at gmail.com
Thu Oct 3 17:06:47 PDT 2019
Hi,
I'm pretty sure you're not using your shaders at all. You're not setting gl_Position in the vertex shader, so it's not going to compile, and OSG will fall back to either its basic shader or fixed-function mode depending on how you've set it up. You should be seeing errors printed to the console when you run your application.
Cheers,
Chris
------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=76782#76782
More information about the osg-users
mailing list