Wildenhaus / Index

A tool for browsing and extracting assets from Halo 2 Anniversary.
16 stars 1 forks source link

Distorted vertices in the preview window #4

Open Vuthakral opened 2 years ago

Vuthakral commented 2 years ago

Yes, LODs are hidden; as are volumes. Only the base mesh is shown in these images. Some UVs appear to be slightly off as well, although I would imagine this is more related to the verts being out of place than how the UV data is being read.

Edit: Realized after attempting to export & import these it's just the preview window that has this issue. Everything exports fine.

Wildenhaus commented 2 years ago

Seems to be some sort of rounding error.

Adding a ScaleTransform3D to the viewport model seems to fix the issue image

Might be worth seeing if we can fix this in tandem with the "Blender FBX Import scales to 0.01" issue

Should be fixed in the next release. Thanks for reporting.