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

StereoCamera3D, getLeftInputTexture() null Object and HoverController with StereoCamera3D not working #79

Open
RajneeshG opened this issue Jan 31, 2014 · 0 comments

Comments

@RajneeshG
Copy link

Hi I am using StereoCamera3D as,

 _camera = new StereoCamera3D();
 _camera.stereoOffset = 45;

 _view = new StereoView3D();
 _view.antiAlias = 4;
 _view.camera = _camera;
 _view.stereoEnabled = true;
 _view.stereoRenderMethod = new AnaglyphStereoRenderMethod();
 addChild(_view);

But it is giving me following error,

 TypeError: Error #1009: Cannot access a property or method of a null object reference.
at away3d.stereo::StereoRenderer/getLeftInputTexture()
at away3d.stereo::StereoView3D/render()
at Basic_Stereo/onEnterFrame()

Also,

HoverController is not working with StereoCamera3D.

Thanks

Best Regards
Rajneesh

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