Hello Henning,
I am also using the LDView command line in a VBA on Wondows to generate the images for the weekly instagram post.
I am using the "-cg" paramter to adjust the camera, so the main render string (without file and snapshot info) looks like this:
-DefaultLatitude and -DefaultLongitude also don't work for me
What works is the -DefaultLatLong parameter, like
Reading the description for -DefaultLatitude and -DefaultLongitude , I don't think these are the correct parameters, as the description talks about resetting the view in a certain rotation mode, which I cannot imagine being used for the snapshots.
May be Travis can explain them better, but try the combined parameter.
BR
I am also using the LDView command line in a VBA on Wondows to generate the images for the weekly instagram post.
I am using the "-cg" paramter to adjust the camera, so the main render string (without file and snapshot info) looks like this:
Code:
-SaveHeight=1800 -cg30,45,50000 -ca0.55 -AutoCrop=1 -SaveZoomToFit=0 -SaveAlpha=1 -LineSmoothing=1 -DefaultColor3=0xBFBFBF -LightVector=-0.125,0.125,1 -EdgeThickness=3 "
-DefaultLatitude and -DefaultLongitude also don't work for me
What works is the -DefaultLatLong parameter, like
Code:
-SaveHeight=1800 -DefaultLatLong=120,45 -ca0.55 -AutoCrop=1 -SaveZoomToFit=0 -SaveAlpha=1 -LineSmoothing=1 -DefaultColor3=0xBFBFBF -LightVector=-0.125,0.125,1 -EdgeThickness=3
Reading the description for -DefaultLatitude and -DefaultLongitude , I don't think these are the correct parameters, as the description talks about resetting the view in a certain rotation mode, which I cannot imagine being used for the snapshots.
May be Travis can explain them better, but try the combined parameter.
BR