I need to set my distance between eyes in game.
How to do it? (Blueprint preferrable than C++)
(character is a some kind of “Halk” and he became much more bigger, so we need to change distance between eyes)
I need to set my distance between eyes in game.
How to do it? (Blueprint preferrable than C++)
(character is a some kind of “Halk” and he became much more bigger, so we need to change distance between eyes)
Blueprint node “Set World To Meters Scale”.
The default scale is 100.
you can also change the ipd directly using
stereo e=<value>
e.g. if you wanted an IPD of 40mm it would be “stereo e=0.04”, or standard ipd (64mm) would be “stereo e=0.064”