4

Im trying to create a triangulated .obj file with 3D text. Problem is, after creating the text I can't find a way to properly triangulate it. Converting it to a mesh only triangualte parts of it.

Is there a simple way to do something like that?

P.S Im a complete newbie with Blender :S

Thanks

AshChlor
  • 55
  • 4
  • You probably need to use remesh modifier (http://wiki.blender.org/index.php/Dev:Ref/Release_Notes/2.62/Remesh_Modifier see text example in the page) and then you can use mesh > faces > triangulate – m.ardito Nov 04 '15 at 11:39

1 Answers1

4

Go into edit mode after you create the object from text, select all with A and use CtrlT to triangulate. Alternatively, when exporting to obj, there is an option to triangulate on export in the tool shelf.

enter image description here

iKlsR
  • 43,379
  • 12
  • 156
  • 189