igorseabra4 / IndustrialPark

Viewer and editor for .HIP and .HOP archive files from Heavy Iron Studios games such as SpongeBob SquarePants: Battle for Bikini Bottom and Scooby Doo: Night of 100 Frights (GameCube, PS2, Xbox, PC).
https://heavyironmodding.org/wiki/Industrial_Park_(level_editor)
GNU General Public License v3.0
40 stars 13 forks source link

DAE vertex colours are incorrect due to an Assimp.net bug #54

Open ItsPepperpot opened 8 months ago

ItsPepperpot commented 8 months ago

I believe this bug is present in Assimpnet:

https://github.com/assimp/assimp/issues/1417

This causes vertex colours to be wrong when a DAE is imported. Unfortunately vertex colour data is lost due to this bug, so IP won't be able to add a patch to fix it Perhaps IP should always ignore vertex colours when importing a DAE and warn the user?