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
Hi, can you provide an example of panorama_to_world function? I find it a bit confusing as you explain it as "converts a point in the space of the CAD model to the space of a local viewpoint". Thanks :)
The text was updated successfully, but these errors were encountered:
I believe there is a mistake in the panorama_to_world function.
Instead of axis = np.cross([np.cos(pano_yaw), np.sin(tilt_yaw), 0], [0, 0, 1]),
It should be axis = np.cross([np.cos(tilt_yaw), np.sin(tilt_yaw), 0], [0, 0, 1]), right?
Hi, can you provide an example of panorama_to_world function? I find it a bit confusing as you explain it as "converts a point in the space of the CAD model to the space of a local viewpoint". Thanks :)
The text was updated successfully, but these errors were encountered: