What would be the best way to go about this?
I have two ideas:
1. Easiest, but not automated and probably not 100% accurate as far as the ratio goes - Load the model in 3ds Max, approximate the zoom level, and take screenshots. Then, stitch together the screenshots.
2. via Irrlicht - set up a camera, make it think it's going to be on a very large screen resolution (since the image might be 3000x3000 pixels, go with that sort of resolution), and have it render the model from above. Then, save the camera's current rendering as an image file (how would I do this?).
Is there a better way? If #2 is the best option, can you give me some advice on which functions to look for?
Thanks in advance!
