[osg-users] Help loading bunny
Ulrich Hertlein
u.hertlein at sandbox.de
Thu Nov 5 00:48:54 PST 2009
On 4/11/09 9:58 PM, Brett Thomas Lee wrote:
> Is there a way to generate texture coordinates for this model in osg??
osg::TexGen can generate coordinates on the fly or you could do it in the shader.
But unless you need eye/object linear coordinates or an environment map you might not find
TexGen terribly useful. This isn't something that can be automated very well.
/ulrich
More information about the osg-users
mailing list