Hi everyone i have a problem with rendering 3D models using p5.js WEBGL mode.
I am working on a project for a client with 3D boxes, some of them render fine - the smaller .obj files with simpler geometry. The bigger with more complex shapes render badly with distorted geometry. In other 3d browser viewers the big models render fine.
Here is a small sample of the code, it is set to render the complex model that causes the problem:
code:
https://glitch.com/edit/#!/four-polyester-tent
preview:
https://four-polyester-tent.glitch.me
I would prefer not to change the render method, as the project is almost finished, but if this is the only option then ok.
Thanks for any help in advance !