Search code examples
three.jscollada

How to make a collada model hollow inside?


How to render only the surface geometry of a collada model in threejs.

I have a 40mb collada (dae) file that I am importing in my scene using thhreejs loader. Then I show the same model from 4 camera views and render all 4 views with basic rotation animation. Problem is, that the rendering is slow (due to the low performance mini PC I am using).


Solution

  • Here's a folder with the optimized models (in .dae and .obj). I used an answer from blender's stackexchange. I managed to reduce significantly the number of vertices 73.4926% and 56.0847% of faces.

    *I scaled the models to 1000X their original size, watchout for that.