Lagrange
TransformOptions Struct Reference

Options available when applying affine transforms to a mesh. More...

#include <lagrange/types/TransformOptions.h>

Public Attributes

bool normalize_normals = true
 If enabled, normals are normalized after transformation.
 
bool normalize_tangents_bitangents = true
 If enabled, tangents and bitangents are normalized after transformation.
 
bool reorient = false
 If enabled, when applying a transform with negative determinant: More...
 

Detailed Description

Options available when applying affine transforms to a mesh.

Member Data Documentation

◆ reorient

bool reorient = false

If enabled, when applying a transform with negative determinant:

  1. Normals, tangents and bitangents are flipped.
  2. Facet orientations are reversed.

The documentation for this struct was generated from the following file: