This commit is contained in:
JohnCorby 2023-04-23 18:26:35 -07:00
parent 33256c0f4d
commit 8b9d5bea9d

View File

@ -10,7 +10,7 @@ namespace NewHorizons.Utility.Geometry
float x, y, z;
if (useShaderCoords)
{
// Y is DOWN is the shader
// Y is DOWN in the shader
x = v.x;
y = v.z;
z = -v.y;