Hello, I'm currently trying to generate images with LDView via terminal on Linux (Ubuntu). I'm using the following command which includes parameters for DefaultLattitude and DefaultLongitude to set the viewing angle:
The problem is that the generated image is always viewed from the same direction, no matter what I set for Longitude and Latitude. However when I just open LDView with this command:
the viewing angle changes according to the parameters. So the problem only exists when I actually want to save Snapshots.
Does anyone know a solution for this?
Code:
LDView /home/XXX/ldraw/ldrawdb/parts/608p33.dat -SaveWidth=516 -SaveHeight=516 -DefaultLatitude=90 -DefaultLongitude=-120 -SaveSnapshot=608p33.png -SaveZoomToFit=1 -SaveAlpha=1 -LineSmoothing=1 -DefaultColor3=0xBFBFBF -LightVector=-0.125,0.125,1
The problem is that the generated image is always viewed from the same direction, no matter what I set for Longitude and Latitude. However when I just open LDView with this command:
Code:
LDView /home/XXX/ldraw/ldrawdb/parts/608p33.dat-DefaultLatitude=90 -DefaultLongitude=-120
the viewing angle changes according to the parameters. So the problem only exists when I actually want to save Snapshots.
Does anyone know a solution for this?