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
_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
The text was updated successfully, but these errors were encountered:
Hi I am using StereoCamera3D as,
But it is giving me following error,
Also,
HoverController is not working with StereoCamera3D.
Thanks
Best Regards
Rajneesh
The text was updated successfully, but these errors were encountered: