I am currently troubleshooting the Three.js Collada loader example. I have successfully run other samples, including the .obj loader and blender scene, by running a local http server to load images for textures and models. However, when attempting to run the collada loader example, I encounter the following error message: "ColladaLoader: Empty or non-existing file (./models/collada/pump/pump.dae)"
Has anyone encountered this issue before? Any suggestions for a workaround would be greatly appreciated! Thank you!
Edit: I have verified the existence of the files and attempted to move them to various locations with no success.