
getEyeSeparation()
- Returns the distance between left and right eye settings in stereo mode. (3D glasses)
Return Type:
- float number
Note:
- By default stereo mode is turned off.
- Properties >> Render button >> Stereo >> Stereo

Sample Code
################ get the eye separation in Stereo mode
# import bge module
import bge
# get the render module
rend = bge.render
# get the eye separation
sep = rend.getEyeSeparation()