-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
about continuous display #5
Comments
While the code is running, please first click on the 3D window and then press the "Enter" key to view a sequence data. |
@hailanyi, I followed your step, it still didn't work. It seems only the 2d window could display continuous. |
I have the same problem . when the first frame is closed,the terminal shows "Process finished with exit code -1073741819 (0xC0000005)" |
pip3 install vedo -U |
@DuZzzs, you can use ScreenToGif to record the 3D or 2D window. |
Thanks |
Set the self.vi.show( ... interactive=False ... ) Also to interact with continuous display make the from vedo import *
settings.allowInteraction = True |
Please use the vedo version in readme: vedo==2021.0.6 If you can not continuous display after press 'Enter' , please press 'Q' instead. |
Hi@hailanyi , thank you for your work.i got problem in viewing a sequence data and pressing "Enter" key did not work. How can i realize continuous display as the gif in Readme.md? looking forward to your reply!
The text was updated successfully, but these errors were encountered: