catmull-clark-subdivision
There are 7 repositories under catmull-clark-subdivision topic.
AlerianEmperor/Loop-CatMullClark-Subdivision
Implementation of two of the most famous subdivision algorithms: Loops Subdivision and CatMull-Clark Subdivision.
bertaye/Mesh-Smoothing
A tool that using Sqrt3 and Catmull Clark subdivision algorithms, it also can convert triangle meshes to quad meshes.
BugelNiels/parallel-cpu-catmull-clark-subdivision
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.
BugelNiels/parallel-gpu-catmull-clark-subdivision
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.
manuelpagliuca/subdivision-surfaces
Project for the course of Computational Geometry, University of Milan, M.Sc. in Computer Science, A.Y. 2020/2021. Tessellation & Triangulation.
Rohit8y/CG-CatmullClarkSubdivision
Implementation of catmull-clark subdivision
wherrera10/CatmullClark.jl
CatmullClark subdivision Julia package