(2020-03-28, 14:53)Jordan Cormack Wrote: In the .POV file the LDXCamAspect is being set to <-1,0,0>. Changing this to <1,0,0> fixes the problem.
Code:// Camera
#ifndef (LDXSkipCamera)
camera {
#declare LDXCamAspect = image_width/image_height;
location LDXCameraLoc
sky LDXCameraSky
right LDXCamAspect * < -1,0,0 >
look_at LDXCameraLookAt
angle 74.114571
}
#end
I'm not having any luck reproducing the problem. Note that LDXCamAspect is set to image_width/image_height, but right is set to that * < -1,0,0 >. That -1 is intentional. Can you tell me what steps you took in LDView? I did the following, without producing the problem:
- Open 54384.dat
- Make sure LDView is set to Examine Mode
- Enable Latitude/Longitude Rotation
- View->Viewing Angles->Specify Latitude/Longitude
- Enter 90 for both latitude and longitude
- Export to POV