Skip to content

Commit 7383b0f

Browse files
author
Christopher Remde
committed
Fixed X mirroring of bounds
1 parent e38d464 commit 7383b0f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Converter/Sequence_Metadata.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ def set_metadata_Model(self, vertexCount, indiceCount, headerSize, bounds, geome
7777

7878
# Flip bounds x axis, as we also flip the model's x axis to match Unity's coordinate system
7979
self.boundsCenter[0] *= -1 # Min X
80-
self.boundsSize[0] *= -1 # Max X
8180

8281
self.headerSizes[listIndex] = headerSize
8382
self.verticeCounts[listIndex] = vertexCount

0 commit comments

Comments
 (0)