Attempting to load an stl file by tweaking the function load
of the loader
URL in this particular example:
However, despite the loading process and subsequent rotation of the scene after a while, visualization seems impossible. Upon checking the mesh details in the console, it's evident that the mesh exists with proper geometry, yet remains invisible.
The original STL file is quite large at 28.2 MB and originates from CATIA V5 software.
Interestingly enough, the same STL file can be successfully loaded in a free online viewer using three.js:
One thing I noticed is that the online viewer does not utilize the STLLoader.js
as used in the provided example.