google / marzipano

A 360° media viewer for the modern web.
http://www.marzipano.net
Apache License 2.0
1.95k stars 992 forks source link

Scene#lookTo opts 'closest' misnamed #444

Open MCastro34 opened 1 year ago

MCastro34 commented 1 year ago

Hello,

I've detected that the 'closest' opts in the lookTo function, as detailed in the JSDoc (https://www.marzipano.net/reference/Scene.html), does not work as intended.

After analysing the source code, I found out that the name of the parameter is 'shortest' instead of 'closest'. I tested with the new parameter name and it worked as expected.