mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-08-25 20:16:05 -05:00
Add comment.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user