LPub3D camera pan / zoom / position configuration - Printable Version +- LDraw.org Discussion Forums (https://forums.ldraw.org) +-- Forum: LDraw Programs (https://forums.ldraw.org/forum-7.html) +--- Forum: LDraw Editors and Viewers (https://forums.ldraw.org/forum-11.html) +--- Thread: LPub3D camera pan / zoom / position configuration (/thread-25410.html) |
LPub3D camera pan / zoom / position configuration - Stefan Frenz - 2021-10-02 Hi all, I started using LPub3D and would like to ask for help with camera pan / zoom /position configuration. The model is designed with LDCad, the camera angles are set by Ctrl+B and double checked with B keyboard shortcut. Opening the model with LPub3D shows the correct camera angles. As far as I understand, the LDCad camera pan / zoom / position is not saved (ROTSTEP is used which stores only angles). So I tried to adjust the camera pan / zoom / position in the Visual Editor, but I can't get LPub3D to use this setting for the instruction (I only found the "Apply ROTSTEP" button which does not help as the angles are already ok). Please see the attached image. Thank you very much for any help or hint. Best regards Stefan RE: LPub3D camera pan / zoom / position configuration - David Manley - 2021-10-02 Does this suggestion in a post on the EuroBricks forum help? David RE: LPub3D camera pan / zoom / position configuration - Stefan Frenz - 2021-10-03 Hi David, thank you very much for your answer. I didn't know the ModelCenter argument. As far as I understand now and what I tried yet is: it is not possible in LPub3D to have the camera positioned per step. But maybe the linked thread helps - I will report after trying... Best regards Stefan RE: LPub3D camera pan / zoom / position configuration - Stefan Frenz - 2021-10-03 Yes, this helped: the combination of selecting a part and after that "safe camera" changed the position of the camera by inserting commands like: Code: 0 !LPUB ASSEM CAMERA_ANGLES LOCAL 6.00 0.00 Thank you very much, David! RE: LPub3D camera pan / zoom / position configuration - Stefan Frenz - 2021-10-03 If it may be seen by ones who also struggle: there are more options to set zoom / pan / position / lookat. Like so: Code: 0 !LPUB ASSEM CAMERA_ANGLES LOCAL 7.00 2.00 Some of them seem to have some kind of "intelligence", i.e. even for the same camera settings the perspective is changed sometimes (I guess: if the bounding box of displayed parts changes). |