You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why do you need to support landscape mode? In landscape mode, the toolbar will occupy the screen space, so that the preview space becomes very narrow.
However. If you really need to support landscape mode, you should remove the android:screenOrientation="portrait" in the AndroidManifest.xml. And then when the screen rotates, you need to roate the texture coordinates.
Can you help me with landscape mode? I am trying to modify your source code, but nothing comes
The text was updated successfully, but these errors were encountered: