Categories
Discussions
Activity
Home
›
Feature Requests
Sign In
·
Register
Howdy, Stranger!
It looks like you're new here. Sign in or register to get started.
Sign In
Register
Quick Links
Categories
Recent Discussions
Activity
Best Of...
Unanswered
Categories
All Categories
1.3K
Cubism Editor
1.1K
Help
56
Tips and Tricks
159
Feature requests
50
Other Live2D Products and Tools
Cubism Viewer (for OW, for Unity)
3
Material Separation Photoshop Plug-in
47
Other Live2D Products and Tools (Other Photoshop Scripts, Sample Data, etc.)
269
Cubism SDK
242
Help
11
Tips and Tricks
16
Feature Requests
16
SDK for Unreal Engine alpha
5
Download
1
Manual and Update History
10
Bug
Feature Request
181
Community
37
General Discussions
9
Feature Requests
26
Projects, Showcase & Critiques
If you have any questions, reports, suggestions, or requests about Live2D, please send them to this forum.
※We cannot guarantee statements or answers from Live2D staff. Thank you for your understanding in advance.
Live2D Cubism
Cubism Products and Downloads
Cubism product manuals and tutorials
Cubism Editor Manual
Cubism Editor Tutorial
Cubism SDK Manual
Cubism SDK Tutorial
CubismSdkForNative-5-r.1 OpenGL C++
fan
August 2024
in
Feature Requests
I want to add other animations to the render window, how do I do that, the animations are like the weather
0
·
Share on Facebook
Share on Twitter
Share on Google+
Comments
nakayasui(staff)
August 2024
Hi
@fan
Thanks for using our products.
I think there are two ways to handle this: adding a separate animation at render time.
The premise is that it is not possible to play back multiple motions of a single model at the same time.
1. create a Live2D model dedicated to weather animation and render it at the same time as the main Live2D model
2. use a non-Live2D model to play the weather animation.
In either case, you need to be aware of the rendering target and the order of rendering.
Please check the following link for the code to set the rendering target.
https://github.com/Live2D/CubismNativeSamples/blob/19c25eadeb8a3b0a2e482317da1f860e11672b27/Samples/OpenGL/Demo/proj.win.cmake/src/LAppLive2DManager.cpp#L266
Best regards
0
·
Share on Facebook
Share on Twitter
Share on Google+
Sign In
or
Register
to comment.
Comments
Thanks for using our products.
I think there are two ways to handle this: adding a separate animation at render time.
The premise is that it is not possible to play back multiple motions of a single model at the same time.
1. create a Live2D model dedicated to weather animation and render it at the same time as the main Live2D model
2. use a non-Live2D model to play the weather animation.
In either case, you need to be aware of the rendering target and the order of rendering.
Please check the following link for the code to set the rendering target.
https://github.com/Live2D/CubismNativeSamples/blob/19c25eadeb8a3b0a2e482317da1f860e11672b27/Samples/OpenGL/Demo/proj.win.cmake/src/LAppLive2DManager.cpp#L266
Best regards