[Notice of Holidays]
Please note that our staff will not be available from 2024/Dec/28 - 2025/Jan/5 JST.
The Live2D Creators Forum will remain open during the holidays.
Submissions that require a response will be answered after we reopen for business.
Please note that it will take longer than usual to respond to your request.
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 ·