Add comment.

This commit is contained in:
Masataka SUMI
2021-05-07 22:13:02 +09:00
parent a7ac5cc0ce
commit 4bdfd3eed5

View File

@@ -78,6 +78,7 @@ namespace UniGLTF
}
// Coordinate Conversion: GL (top-left origin) to DX (bottom-left origin)
// Formula: https://github.com/vrm-c/UniVRM/issues/930
offset.y = 1.0f - offset.y - scale.y;
}