defold / editor2-issues

DEPRECATED
44 stars 4 forks source link

VIP dae model mesh doesn't open #807

Closed subsoap closed 7 years ago

subsoap commented 7 years ago

This model is a version of the Defold logo, tried changing it but can't figure out why it won't open!

java.lang.NullPointerException: Unknown

models.zip

https://skfb.ly/6qEFU

subsoap commented 7 years ago

models.zip

More models to test. Several of them have issues but not all. Defold should be more resilient rather than strict with models probably as it seems most editors / viewers don't have same issues?

RagnarSvenssonKing commented 7 years ago

It is most likely bugs in our collada importer. Collada is a very large format and hard to handle every possible combination. We don't try to be strict, actually we already account for and handle several different format errors.

subsoap commented 7 years ago

The threejs one might be a good ref https://github.com/AndrewRayCode/three-collada-loader/blob/master/index.js

RagnarSvenssonKing commented 7 years ago

Fixed!

subsoap commented 7 years ago

Fixing this also let me build HTML5 again for project which didn't use the models but had them in its project folder it seems! Thank you!