How to triangulate a big model?

I am dealing with big 3d models. I want to triangulate it so that it can be shown in Unity.
I tried one simple triangulation extension but it is hanging the system.
Can someone guide me how to do triangulation (breaking the mesh into smaller triangles) optimally ?

I am not sure but maybe there are some file formats which automatically triangulates your model after export.

1 Like

How are you bringing it into Unity? Does it import SKP files directly?

You could export the model as an STL file.
Then, import the STL into a new SketchUp file.

Look under the Options button when importing the STL.
There, be sure to deselect Merge coplanar faces

1 Like

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.