-
Notifications
You must be signed in to change notification settings - Fork 61
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
how to render animation? #32
Comments
See below for a simple rendering sample. VMD Animation Update: |
@benikabocha thanks, it's promising. So that I can reveal almost the same function as original MMD. I have one more question, I using Saba_viewer to view a pmx model file. I can saw that it can view a very tiny animation on static model (like tiny waving on hair), how does this implemented? Saba_view only render the static model imo? |
saba_viewer can uses to:
How to play animations:
The hair animation is a physical animation. The physical animation is always playing in saba_viewer. |
@benikabocha thanks. what is physical animation? how does that information stored beside the pmx model itself? |
MMD physics animation is the result of a physics simulation set to a node. A node can have several rigid bodies. PMD File format: PMX File format: |
thanks for this wonderful lib. How to make Saba able to render animation driven by vmd animation keyframes?
The text was updated successfully, but these errors were encountered: