How to make a thumbnail of a 3D mesh?

Why not simply render an image of the mesh in your 3d modeling program of your choice then use that image in game? By using the game engine to render this in real time, you use unnecessary computing resources. Rendering an image to the appropriate size will only take a few kb per image.