mirror of
https://github.com/raylib-cs/raylib-cs
synced 2025-04-03 11:09:40 -04:00
pre define distorion values
This commit is contained in:
parent
386ae3c29e
commit
907da7f614
@ -711,8 +711,8 @@ namespace Raylib
|
||||
public float eyeToScreenDistance;
|
||||
public float lensSeparationDistance;
|
||||
public float interpupillaryDistance;
|
||||
public IntPtr lensDistortionValues;
|
||||
public IntPtr chromaAbCorrection;
|
||||
public float[] lensDistortionValues = new float[4];
|
||||
public float[] chromaAbCorrection = new float[4];
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
Loading…
x
Reference in New Issue
Block a user