hi,
i am working at a papervision application and have this problem:
i have set a plane.lookAt(camera), but the plane.material (a movieAssetMaterial) flips over and i am not able to flip it back :ponder:
tried these:
[COLOR=DarkRed]material.movie.scaleX = -1;
plane.localRotationY = - 180;[/COLOR]
but nope…
could anyone address this issue? sounds like should be an easy one but is driving me nuts…
thank you