trevorsandy / lpub3d

An LDraw™ editor for LEGO® style digital building instructions.
https://trevorsandy.github.io/lpub3d/
131 stars 19 forks source link

Automatically display the visual editor default camera properties #658

Closed trevorsandy closed 1 year ago

trevorsandy commented 1 year ago

Subject

Refactor the default camera globe properties to automatically display when a step is loaded in the visual editor

Environment

Version of LPub3D - 2.4.6 Operating system - All

Expected behaviour

Display the camera properties in relation to the current step's display. This includes the current step's display camera angles, translation (position) and rotation settings.

Actual behaviour

On page load, the unfocused default camera settings are displayed. When the user clicks anywhere in the visual editor, the camera properties are updated to reflect the current step's display.

Solution

Automatically load the current step's display camera properties on page load.

Screenshot - 04_01_2023 , 00_56_50

Cheers,

trevorsandy commented 1 year ago

This behaviour has been implemented.

Cheers,