Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

StereoView3D Android #51

Open
aW4KeNiNG opened this issue Jun 3, 2015 · 0 comments
Open

StereoView3D Android #51

aW4KeNiNG opened this issue Jun 3, 2015 · 0 comments

Comments

@aW4KeNiNG
Copy link

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:

        camera = new StereoCamera3D();
        cast(camera, StereoCamera3D).stereoOffset = 50;
        view = new StereoView3D(null, camera, null, new SBSStereoRenderMethod());
        cast(view, StereoView3D).stereoEnabled = true;

Kind Regards.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant