(2016-05-14, 1:59)Tanner S. Wrote: I was wondering if there was a way to make LDView export a series of images showing a rotation around the model incrementally.
Could it be accomplished using the batch command (which I know next to nothing about)?
LDView doesn't support this inherently. A batch file could be made relatively easily, with a constant latitude and increasing longitude from 0 to 360. This would be done with the -cg option, like -cg 30,0 for 30 degrees latitude, 0 degrees longitude. I'll try to get back to you with actual batch file contents.