cnr-isti-vclab / corto

Mesh compression library, designed for rendering and speed.
Other
196 stars 43 forks source link

js decoder issue #6

Closed llin55 closed 3 years ago

llin55 commented 7 years ago

We plan to use corto in our three.js based web app and it works well for most of meshes we have.

Unfortunatelly some meshes are deformed after decoding with THREE.CORTOLoader - like an example below. I attached obj source file and encoded crt (we found these parameters produce the best quality): corto -v 16 -N estimated test.obj

models.zip

thanks in advance for your support

image