user1806687
user1806687

Reputation: 920

Make 2d drawing from 3d file

So I have been stuck at this problem for days now, trying to create a 2d drawing from 3d object with xna and c#. I was thinking something like, for example: when you create a picture in paint or what ever and then save that picture to some folder. And set that folder file display(I think that's what its called) to thumbnail, it will show that picture as an icon.

Best regards!

Upvotes: 2

Views: 318

Answers (1)

Beanish
Beanish

Reputation: 1662

Draw the 3D model to a RenderTarget2D and then use that texture however you want.

Upvotes: 4

Related Questions