Skip to main content
Added relevant tags and formated the text
Source Link

iI need to create test file for my program. But it understands onlyonly accepts polygons with 3 vertices - triangles as input. How can iI convert all polygons of some object into triangles?

I know how to select all faces, but how to split them into triangles.

i need to create test file for my program. But it understands only polygons with 3 vertices - triangles. How can i convert all polygons of some object into triangles?

I know how to select all faces, but how to split them into triangles.

I need to create test file for my program. But it only accepts polygons with 3 vertices - triangles as input. How can I convert all polygons of some object into triangles?

I know how to select all faces, but how to split them into triangles.

Tweeted twitter.com/#!/StackBlender/status/537711587977887744
Source Link
Yola
  • 413
  • 1
  • 4
  • 6

How to make all polygons into triangles

i need to create test file for my program. But it understands only polygons with 3 vertices - triangles. How can i convert all polygons of some object into triangles?

I know how to select all faces, but how to split them into triangles.