Jump to content

Catmull–Clark subdivision surface: Difference between revisions

m
Line 378:
Dynar.to_array new_faces)
;;</lang>
=== Another implementation ===
Another implementation which should work with holes, but has only been tested on a cube
<lang OCaml>type point = { x: float; y : float; z : float }
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.