[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.
Issue with Translate,scale,... of the camera in Android SDK
i try to translate or scale the camera in the sample project for example using this line:
_viewMatrix->Scale(ViewScale*0.2,ViewScale*0.2);
or
viewMatrix->AdjustTranslate(100+amountToTranslate,100);
but there is no result in the screen the camera does not move.
what is the right way to do so?
0 ·