providing smooth shading material

34 views Asked by At

I am using ami.js for a brain research project. The objective is to load a brain model that is colored smooth shaded but here are the issues:

a) The original stl model that I have, does not have the normals and it seems to be impossible to compute them at least with the three version ami use. original stl model

b) I have the same model with computed normals but in ply format that Unfortunately is not supported yet. (PLYLoader) ply with normals

Is there a way to load and smooth the stl model or I can use the PLYLoader in a clean way.

pdta: I easily load the model using a clean three js(r93)+PLYLoader

0

There are 0 answers