Search code examples
meshcgal

How to linearly subdivide a 2D quad mesh?


How can I linearly subdivide a 2D quad mesh ?? It involves simple division of 1 quad face into 4 quad faces. I cannot find such implementation in cgal , openMesh.


Solution

  • You can use the barycentric subdivision scheme