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.
I tried a combination of Live2D WebGL SDK and GLSL Shader . This is the URL of the demo . [ demo link ] I have uploaded source code to github . [ SourceCode : Live2D_EyeFire ] It is also interactive … (View Post)
@Ronggowisnu Drawing point of the background is the following code . Live2DRenderer.java - onDrawFrame()gl.glScalef(2.4f, 2.4f, 2.4f); // scale(x, y, z)
gl.glTranslatef(0.0f, -0.3f, 0.0f); // positio… (View Post)
Hi, estherfunworld . In the case of C++, I think that it may use the OpenGL SDK or DirectX SDK.Live2D Cubism SDK - OpenGL SDK Although I don't know how to implement Because I am not well known to C +… (View Post)
I have installed the QuickTime for Java. After QuickTime for Java installation, the Animator has started. Please try this. ↓ [Live2D Document] → QuickTime7 information about installing and configur… (View Post)