Hi,
I have an model as old
threejs .json file, which is now, in newer threejs-version not loaded any more. Any chance I can load it, convert it? Or any workaround so I can use this model again?
model.zip (330.9 KB)
Thanks for your help.
B
Hi,
I have an model as old
threejs .json file, which is now, in newer threejs-version not loaded any more. Any chance I can load it, convert it? Or any workaround so I can use this model again?
model.zip (330.9 KB)
Thanks for your help.
B
It’s not possible to load legacy JSON files anymore. LegacyJSONLoader
was removed with R111
.
However, you can checkout R110
and then try the following code to convert the file to glTF
.
Thanks.
But meanwhile I found this handy url for converting it (works perfect).