Closed jhemmmm closed 3 months ago
Build from today will fix the display of this model with the NewXParser.
Basically, it's using a bunch of nested transforms, which neither parser liked too much. I haven't got to the bottom of what's going on with Assimp at the minute, but will try to do so.
(The version we've got is actually a port of a version of the original C++ library to .Net from about 6 years ago. I've applied various patches to this over the years, but I understand the workings of the NewXParser better, simply as I wrote it.....)
I've now fixed AssimpXParser too.
Please let me know if there's anything amiss now, but closing this for the minute.
Description
The output from Assimp and the XFileParser is very different. I am expecting two meshes, yet I received only one when using the XFileParser.
Reproduction
Here's How I debug it:
.X File
sample.zip
Logs
Related information