Catmull–Clark subdivision surface/OCaml: Difference between revisions

Content added Content deleted
m (removed -g parameter for compilation)
m (libheader)
Line 35: Line 35:


Below is a program in OpenGL which displays a cube subdivided 2 times with the ''Catmull–Clark surface subdivision'' algorythm.
Below is a program in OpenGL which displays a cube subdivided 2 times with the ''Catmull–Clark surface subdivision'' algorythm.

{{libheader|glMLite}}


You can compile everything together with:
You can compile everything together with: