pre define distorion values
This commit is contained in:
parent
386ae3c29e
commit
907da7f614
1 changed files with 2 additions and 2 deletions
|
|
@ -711,8 +711,8 @@ namespace Raylib
|
||||||
public float eyeToScreenDistance;
|
public float eyeToScreenDistance;
|
||||||
public float lensSeparationDistance;
|
public float lensSeparationDistance;
|
||||||
public float interpupillaryDistance;
|
public float interpupillaryDistance;
|
||||||
public IntPtr lensDistortionValues;
|
public float[] lensDistortionValues = new float[4];
|
||||||
public IntPtr chromaAbCorrection;
|
public float[] chromaAbCorrection = new float[4];
|
||||||
}
|
}
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue