When to convert models to triangles?

I am building assets in Blender and will import them into Unreal. My understanding is that modeling should be done with quads, but Unreal will use tris for rendering.

At what stage should I convert to triangles?

I am considering the following workflows, but welcome other suggestions:

  1. Create quad-based models in Blender, use Blender to export FBX files with tris.

  2. Create quad-based models in Blender, export FBX files with quads. Import into Unreal and let Unreal handle conversion to tris.

1 Like

Hey @TheCosmicAC0!

You’ll want to convert to tris in Blender, because then you’ll have a little more control over the end result. Unreal just does what it wants in this case.

I would suggest:
Make your model w. quads.
Animate it (If Applicable)
SAVE COPY OF MODEL if animated (for future use/updating)
Convert to Tri’s
Import :slight_smile:

2 Likes

Super helpful. Thanks!

2 Likes