Hi Mauricio,

On linux everything works very well, but on Windows XP the shadows move with mr.makeRotate(latitud, osg::Y_AXIS); but don't move with mt.makeTranslate(x, 0.0, 0.0);

Are you sure your light source is not just a directional light? Directional lights change lighting (and shadows) when their direction changes (i.e. rotation) but not when their position changes. It's probably not even related to platform.

We've been using shadows in OSG for a while now, on Windows XP, Windows Vista, Windows 7 and Linux, and have not had this kind of problems.

J-S
--
______________________________________________________
Jean-Sebastien Guay    jean-sebastien.g...@cm-labs.com
                               http://www.cm-labs.com/
                        http://whitestar02.webhop.org/
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to