Skip to content

Default mesh types

Max Lyon requested to merge DefaultMeshTypes into master

Added DefaultTraitsDouble as a version of the default traits that uses double precision for positions and normals as well as float for colors.

Added typdefs for a Triangle Mesh and a PolyMesh which use DefaultTraitsDouble and can be used as default mesh type be the user.

Merge request reports