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
我更希望通过自己设计的模型参数值配合来实现指定的动画效果,常态下的模型自动动画(例如模型头部的小幅晃动和横向起风)的确对模型展示起到了显著影响。
出于项目的最小化目的,我使用了纯粹JavaScript的做法,没有使用node.js运行时,所以我加载了pixi-live2d-display/dist/cubism4.min.js来帮助我完成。
现在我希望能够有方法取消模型的自动动画,所有的动画都由我自己的js代码来控制模型参数实现,是否有办法做到?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
我更希望通过自己设计的模型参数值配合来实现指定的动画效果,常态下的模型自动动画(例如模型头部的小幅晃动和横向起风)的确对模型展示起到了显著影响。
出于项目的最小化目的,我使用了纯粹JavaScript的做法,没有使用node.js运行时,所以我加载了pixi-live2d-display/dist/cubism4.min.js来帮助我完成。
现在我希望能够有方法取消模型的自动动画,所有的动画都由我自己的js代码来控制模型参数实现,是否有办法做到?
The text was updated successfully, but these errors were encountered: