I'm using the SceneLoader to load objects exported from Blender. Each object is exported as its own scene since they each have multiple meshes and a material for each mesh. When I tested the SceneLoader with a single Blender export, it worked fine. However, when I use the SceneLoader multiple times for multiple exports, I sometimes get the following error:
Uncaught TypeError: Cannot read property 'opacity' of undefined SceneLoader.js:1122
I don't get the error on every object, but every time I refresh the page, it happens for the same objects. This even happens when I create a new SceneLoader for each object. I realize that it was probably not intended to load multiple scenes, but I'd like it to if I can.
Any ideas why this might be happening?