[About macOS Sequoia] (Updated October 22, 2024)
Live2D Cubism Editor 5.1.02 now supports macOS Sequoia.
Other Live2D Cubism products currently released are not guaranteed to work on macOS Sequoia.
Please refrain from upgrading macOS, as it may not operate properly.
Why model shows some strokes? (CubismNative SDK 3.3 + cocos2dx)
Hi community,
I am trying to display a live2d model with cocos2dx. But it looks very strange...
Cocos2dx 3.10 + CubismNative SDK 3.3 + Win32
Hope some one can help me.
Thanks in advance.
0 ·
Comments
Thank you for using Live2D Cubism!
Judging from those pictures, it seems that alpha on the textures was used twice. If alpha is used on rgb in fragment shader, could you please delete it? fragment shader is written in GlProgram.c
Sincerely,
Dai
your solution did work. My models looks fine after comments:
//" fragColor.rbg *= fragColor.a;" in fragment shader
Thank you very much~