Jump to content

[SOLVED] 3D VISION


photo

Recommended Posts

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 depth

Can you explain to me how use the 3D Vision with Unigine

Thanks.

Link to comment

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

Link to comment

Hi,

 

Have you passed App3DVision as extern_plugin?

 

You can use engine.render.setStereoSeparation() and engine.render.setStereoDistance() for controlling stereo 3d parameters.

Link to comment
×
×
  • Create New...