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 ·