I am making a casino game. i want to make a Casino wheel which rotates ad stops at a point. Currently i am using a PNG file which is a image of a similar wheel and i am rotating it in context to an another image which contains a white ball only.
But this makes the project heavy due to images plus when the wheel is rotating, the view is blurred.
A concept that is in my mind is that i could make a jquery spining wheel and embeed it in silverlight user control. but it is last option .can any one help me in making a spinning wheel in 3d in silverlight with smooth transitions and should show the number in message box where it stops.
Thanks.