On 2/22/08, Jeremy Moles <[EMAIL PROTECTED]> wrote:
> Is there an arbitrary way to translate mouse coordinates (given the data
> I have access to) into texture coordinates? I don't need the code to do
> this, just some ideas to push me in the right direction...

Have a look at the osgmovie example - there I wrote an event handler
that takes mouse coords, computes the intersection with the scene and
then extracts the tex coords from this.

Robert.
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to