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
When i use StereoView3D, it works in flash, windows, html5... but with Android it is completely black. I have tried to find the problem, but i can't see it.
I have tested with:
1)OpenFL 3.0.3 + Lime 2.3.3 with -Dlegacy
2)OpenFL 3.0.8 + Lime 2.4.3 with -Dlegacy
3)OpenFL 2.2.8 + Lime 2.1.3
My Android device is Xperia Z1 with v5.0.2.
For example, you can reproduce it with Basic_Shading example, if you modify the view3d creation with:
camera = new StereoCamera3D();
cast(camera, StereoCamera3D).stereoOffset = 50;
view = new StereoView3D(null, camera, null, new SBSStereoRenderMethod());
cast(view, StereoView3D).stereoEnabled = true;
Kind Regards.
The text was updated successfully, but these errors were encountered:
Hi!
When i use StereoView3D, it works in flash, windows, html5... but with Android it is completely black. I have tried to find the problem, but i can't see it.
I have tested with:
1)OpenFL 3.0.3 + Lime 2.3.3 with -Dlegacy
2)OpenFL 3.0.8 + Lime 2.4.3 with -Dlegacy
3)OpenFL 2.2.8 + Lime 2.1.3
My Android device is Xperia Z1 with v5.0.2.
For example, you can reproduce it with Basic_Shading example, if you modify the view3d creation with:
Kind Regards.
The text was updated successfully, but these errors were encountered: