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
Once the model is loaded, how can I modify the camera via JavaScript to change to front view, side view, top view, etc? What are the values I need for the camera?
I tried to create a camera but I don't know how to modify it for the current canvas element:
camera = new OV.Camera (
new OV.Coord3D (-1.5, 2.0, 3.0),
new OV.Coord3D (0.0, 0.0, 0.0),
new OV.Coord3D (0.0, 1.0, 0.0),
45.0
)
And I am not sure what values to use for Front, Side, Top...
Thanks!
The text was updated successfully, but these errors were encountered:
While we wait for a functionality for the standard views I would like to ask:
I have loaded a model via
Once the model is loaded, how can I modify the camera via JavaScript to change to front view, side view, top view, etc? What are the values I need for the camera?
I tried to create a camera but I don't know how to modify it for the current canvas element:
And I am not sure what values to use for Front, Side, Top...
Thanks!
The text was updated successfully, but these errors were encountered: