Spinning a 3D model in C#

Posted by icemanind on Stack Overflow See other posts from Stack Overflow or by icemanind
Published on 2010-05-28T15:15:08Z Indexed on 2010/05/28 15:22 UTC
Read the original article Hit count: 244

Filed under:
|
|
|
|

How do I take a 3D model that I created in 3D Studio Max and put it into my Winform C# program and make it spin? I'd prefer not to use DirectX if possible. I don't want anything complex. I simply want my model to rotate along the X axis. Thats it.

Thanks

© Stack Overflow or respective owner

Related posts about c#

Related posts about winforms