getFoveation method
dynamic
getFoveation()
Implementation
getFoveation () {
if ( glProjLayer != null ) {
return glProjLayer.fixedFoveation;
}
if ( glBaseLayer != null ) {
return glBaseLayer.fixedFoveation;
}
return null;
}