@wim and @pascal
Hi guys, are there any fast ways to make a 2D image of a scanned mesh?
I have gotten descent results by reducing it to 90% and using a modified technical display mode with no hidden lines and a custom material + custom ambient light:
I’m working on helping out the Viking Museum to document their scans. And we’d prefer to not jump through too many loops to get a good result.
Current issues I meet now is:
- Technical display mode takes long to calculate even on a 200K model.
- Technical data is recreated on file open, it appears to not save this with the model and that makes opening the file very slow. This is a bummer if we use the technical display mode in a layout.
- If I annotate the mesh model and then run Unweld on it (as an example) then the annotations are all over the place since I guess Rhino makes new vertices and messes up the old list of vertcies, so now the annotations snaps to the wrong vertices.
- If I use make2D instead then I get a different result that doesn’t look as good:
Is there a chance Make2D in the future could reuse the technical data from technical display mode in some way?
And 3D PDF’s has a 2D mode that is instant, as it uses a simple shader that could be good enough in many situations, could Rhino get something like that that doesn’t require any calculations for the technical display modes? If so we could probably use the original 2M scan and it would be a huge time saver.
Another thing: Rhino needs an to be able to save the custom and altered displaymodes used in layouts, as depending on custom display modes is a huge culprit when customers are working on multiple machines IF (when…) the display mode used is not installed.
Thanks for taking the time to read this.