We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When to play a Footstep sound during an animation is encoded as Event in the Model Script.
Those events will be handled in the following callback:
REGoth-bs/src/components/VisualSkeletalAnimation.cpp
Line 276 in d595803
However, they are currently not extracted from the Model Script. They should be put into that vector in BsZenLib: https://github.com/REGoth-project/BsZenLib/blob/48549a74a2a2a7014a4d95c51b13e82f87986898/src/ImportAnimation.cpp#L105
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When to play a Footstep sound during an animation is encoded as Event in the Model Script.
Those events will be handled in the following callback:
REGoth-bs/src/components/VisualSkeletalAnimation.cpp
Line 276 in d595803
However, they are currently not extracted from the Model Script. They should be put into that vector in BsZenLib: https://github.com/REGoth-project/BsZenLib/blob/48549a74a2a2a7014a4d95c51b13e82f87986898/src/ImportAnimation.cpp#L105
The text was updated successfully, but these errors were encountered: