Rotating a TrackNode image #2494
Replies: 1 comment
-
So in the absence of any replies and because maybe someone else needs it, here's my code to rotate an osg:Image... osg::ref_ptrosg::Image rotateImage(osg::Image* inputImage, float angleDegrees)
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
Is it possible to rotate the image icon once a TrackNode has been created? Or even before I pass it to the TrackNode's constructor for that matter. I need the image to be angled to any arbitrary value from 0 - 359.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions