After creating an stl file from an uploaded file using JavaScript, I am facing an issue when trying to display it using three.js.
Here is how I attempted to load the stl file:
loader.load(my_generated_stl_string, function (geometry) { ... }
Unfortunately, this resulted in the following error:
414 (Request-URI Too Long)
Any suggestions on how to resolve this problem would be greatly appreciated.