Hi everyone,
I have loaded a large obj model (more than 500 objects) via OBJLoader, most of the object are showing but some of them are not showing. But they these objects are proper loaded which I can see from the debugger.
I have tried this obj model in three.js editor and all of the objects can show.
Here are something I tried inside OBJLoader.load
- child.frustrumCulled = false;
- child.material.side = THREE.DoubleSide;
Could you please kindly give me some advice?