Howdy, Stranger!

It looks like you're new here. Sign in or register to get started.

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
[INFORMATION](4/25/2024)
Cubism Editor 5.1 alpha3 is now available!

We have incorporated some of your comments and suggestions. Thank you for your comments and requests!
We will continue to welcome your feedback on alpha3.

Download/ Manual and Update History
Options

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?
Sign In or Register to comment.