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