smaller heading

This commit is contained in:
Andreas Fabri 2012-09-17 19:01:46 +00:00
parent 63f7d49863
commit 7f2b19802e
1 changed files with 3 additions and 4 deletions

View File

@ -27,8 +27,7 @@ and the \f$ \sqrt{3}\f$ triangulation.
These refinements are respectively used in
Catmull-Clark, Loop, Doo-Sabin and \f$ \sqrt{3}\f$ subdivision.
Refinement Host
--------------
### Refinement Host ###
A refinement host is a template function of
a polyhedron class and a geometry mask class. It refines
@ -38,8 +37,8 @@ the geometry masks.
`PQQ`, `PTQ`, `DQQ` and `Sqrt3`.
\image html RefSchemes.gif
Example
--------------
### Example ###
This example program subdivides a polyhedral mesh with
Catmull-Clark subdivision.