Forum: Poser - OFFICIAL


Subject: The LuxPose Project - Alpha Stage

Khai-J-Bach opened this issue on Aug 27, 2010 · 1684 posts


adp001 posted Sat, 28 August 2010 at 10:32 PM

Quote -
The methode how the fov is computed seems not correct.

        focal = cam.Parameter("Focal").Value()

        fov = 360 / pi * atan(12.75 / focal)

        print >> file, 'Camera "perspective" "float fov" [%s]' % fov

 

What if Lux's camera (lens) zeropoint is not the same as in Poser ??? Using Posers cam.WorldDisplacement() as we do actually then fails.

(the whole code for the camera is in file workers/camexport.py)