Skip to content

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

@RajneeshG

Description

@RajneeshG

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions