Implementation of two of the most famous subdivision algorithms: Loops Subdivision and CatMull-Clark Subdivision.
-
Updated
Jul 31, 2022 - C++
Implementation of two of the most famous subdivision algorithms: Loops Subdivision and CatMull-Clark Subdivision.
A tool that using Sqrt3 and Catmull Clark subdivision algorithms, it also can convert triangle meshes to quad meshes.
Project for the course of Computational Geometry, University of Milan, M.Sc. in Computer Science, A.Y. 2020/2021. Tessellation & Triangulation.
This repository contains a fast CPU implementation of the Catmull-Clark Subdivision scheme. It makes use of a pointerless half-edge data structure to construct a number of simple, easily parallelizable algorithms.
This repository contains a fast GPU implementation of the Catmull-Clark Subdivision scheme in CUDA. It makes use of a pointerless half-edge data structure to construct a number of simple, easily parallelizable algorithms.
CatmullClark subdivision Julia package
Implementation of catmull-clark subdivision
Add a description, image, and links to the catmull-clark-subdivision topic page so that developers can more easily learn about it.
To associate your repository with the catmull-clark-subdivision topic, visit your repo's landing page and select "manage topics."