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
JSModeler might have the API to shift the scene left, right or up down, but I could not find out. I have already looked into the http:/3DViewer.net page. Could you please let me know the API or the key/mouse interaction for that? I am trying to create a generalized viewer page with all sort of interaction capabilities. I do not find any You help is highly appreciated. Thank you.
The text was updated successfully, but these errors were encountered:
I wouldn't transform the scene, I would move only the camera position and up vector. For an example, check the code from 3dviewer.net. Look for the SetNamedView function:
@kovacsv thanks for the link, I have the same problem with rotating an object and rotating a camera looks like a right way of doing it using viewer.cameraMove.Set (eye, center, up);
But still I can't find right values to make a camera show a profile of my object or rotate an object along Y axis (to display right / left / back / front sides). Are there any guide of how to use eye, center and up in viewer.cameraMove.Set (eye, center, up);?
JSModeler might have the API to shift the scene left, right or up down, but I could not find out. I have already looked into the http:/3DViewer.net page. Could you please let me know the API or the key/mouse interaction for that? I am trying to create a generalized viewer page with all sort of interaction capabilities. I do not find any You help is highly appreciated. Thank you.
The text was updated successfully, but these errors were encountered: