Thank you! One last thing, I just figured out why a 2.8 model without custom properties like the sample fails. The gltf exporter adds a custom scene property upon export if ‘remember export settings’ is checked. Simply pressing edit->ok on the property fixes the file on a second export attempt.
Should be fixed now. I pushed up a new prebuilt release:
It’s also available on bintray now for anyone that wants to embed it into their own applications:
2 Likes
How does it work? I haven’t found any examples on gltf extras for JME. The only thing is the interface ExtrasLoader (which doesn’t have any builtin implementors, does it?)
Thanks in advance
Are you trying to make extras work in general? Or are you trying to make custom user data work specifically? Because I thought the custom data loader stuff was eventually included in JME by default.
If not or if you are just trying to get extras to work in general then you can look that jmec doe that made it work, I guess.
1 Like