-
Notifications
You must be signed in to change notification settings - Fork 106
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
Direction of the trajectory #31
Comments
Sorry I'm not sure what you want to do. |
I think you can use the direction of travel as the facing direction however it wont be as simple as just taking the vector towards the future root position and normalizing it - this will be very unstable for cases like when the character is standing still. You will have to come up with your own script for extracting it procedurally from the animation data and make sure it is robust to all sorts of situations. |
Okay, I'll try again. Thank you for your suggestion. |
When I don't want to use the positive direction of the hip node as the direction of the trajectory, how should I change the Trajectory Directions? When I try to use the predicted three position information, the resulting bin file will directly change to nan when training the decompressor.
The text was updated successfully, but these errors were encountered: