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
I just opened a random alembic file, and I am having trouble to navigate. I can only figure out how to zoom in and zoom out. Is there a way to investigate the mesh in different angle? Is there a way to play back the animation?
The text was updated successfully, but these errors were encountered:
In both implementations, to orbit the camera, use alt+LMB. In the Python app you can play by hitting the space bar, or clicking the play button in the timeline. In the c++ version, playback is not implemented yet, but you can cycle the frames using the arrow keys.
Thanks I am able to cycle through the frames with the right arrow key, but pressing alt + L or alt + M or alt + B yields nothing to the camera. What are the keys to translate and rotate the camera?
EDIT: Would be nice to be able to rotate and translate the camera with the mouse just like meshlab.
when i use cmake to get the project, it error "CMake Error at python/PyAbcOpenGL/CMakeLists.txt:112 (INSTALL):
INSTALL Library TARGETS given no DESTINATION!"
open the file CMakeLists.txt is "INSTALL(TARGETS alembicglmodule
LIBRARY DESTINATION lib)"
how can i get "alembicglmodule"
This returns a 404 error for me http://docs.alembic.io/python/abcview.html
I just opened a random alembic file, and I am having trouble to navigate. I can only figure out how to zoom in and zoom out. Is there a way to investigate the mesh in different angle? Is there a way to play back the animation?
The text was updated successfully, but these errors were encountered: