Hello!
I’m working with this example from Potree, here’s the link: [http://potree.org/potree/examples/features_sorvilier.html]
I’m trying to add this new GLTF file called “DamagedHelmet.gltf” instead of the object file called “stanford_bunny_reduced.obj” from the original the example, but I’m getting this error:
“Uncaught TypeError: Cannot read property ‘extractUrlBase’ of undefined
at GLTFLoader.load”
The added the gltf file where the object file was and I also imported the GLTFLoader.js file where the OBJLoder.js. I’m not sure how to solve this bug. Please, help!!
features_sorvilier_gltf_test.html (9.7 KB)