anthony.liot Posted April 27, 2012 Posted April 27, 2012 Hi,I have some question about the AppStereo plugin, i use stereo script in my script system, but i have a crash when the macro HAS_APP_3D_VISION is defined.it seems engine.stereo doesn't exist.i have 3D when unigine is fullscreen and 3D Vision is activated, but i want to modify with script the depthCan you explain to me how use the 3D Vision with UnigineThanks.
anthony.liot Posted April 28, 2012 Author Posted April 28, 2012 Hi Nadezhda :D when i just use STEREO_3D_VISION the 3D work if 3D is activated, that work too if the unigine is fullscreen, with or without the script stereo.h. But i want to change with script the depth dynamically (equivalent of the wheel behind the pyramid), it's for that i add the stereo script. Is it possible to change the depth programmaticaly ? Thanks
unclebob Posted May 3, 2012 Posted May 3, 2012 Hi, Have you passed App3DVision as extern_plugin? You can use engine.render.setStereoSeparation() and engine.render.setStereoDistance() for controlling stereo 3d parameters.
Recommended Posts