Is it possible to render a meshlab scene to an image, like taking a screenshot? I ultimately want to do this programmatically.
Specifically I'm after something that allows it to be done via MeshlabServer's API.
Is it possible to render a meshlab scene to an image, like taking a screenshot? I ultimately want to do this programmatically.
Specifically I'm after something that allows it to be done via MeshlabServer's API.
No, it is not possible and it is not planned to do that by the moment. The reason is that meshlab is focused on polygon mesh processing, not in rendering. For the case of meshlabserver, it is even more focused in processing (that why its input are scripts) and even less focused in rendering (that why it is a console application that do not create a render context).
If you are planning to render a lot of 3D files, I would suggest to use blender instead. A small python script running in the interpreter bundled with blender can do the work you have in mind.