You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I first start the example 19-fixedzoom, the scale is not fixed initially. It only starts working once I deselect pan or change something else. I think that's because plane.fixedZoom is never set until changeScale() is called.
Describe the bug
When I first start the example 19-fixedzoom, the scale is not fixed initially. It only starts working once I deselect pan or change something else. I think that's because
plane.fixedZoom
is never set untilchangeScale()
is called.To Reproduce
Steps to reproduce the behavior:
Relevant Code or Code Sandbox
threebox/examples/19-fixedzoom.html
Lines 147 to 148 in b5473d7
The text was updated successfully, but these errors were encountered: