OpenSubdiv/regression
manuelk a52c70ab8b First pass implementation of holes :
- make sure HBR passes down the hole tag to children when subdividing faces
- minor API modification : allow to unset the hole flag on a face
- modify uniform / adaptive FarMeshFactory to be aware of the flag
- make the FarSubdivisionTableFactory assert when finding unconnected HBR vertices (as it should)

* Uniform subdivision :
    The refinement scheme only creates faces & vertices necessary
    to maintain the one-ring around the edges of a hole, so this solution
    is quite efficient.

* Adaptive subdivision :
    At the moment we are still performing full topological analysis on holes and
    only skipping patches associated to holes. This is sub-optimal in 2 ways :
        1. the topological analysis can potentially be cranking on a lot of unnecessary
           geometry
        2. even though we may not be drawing the patches, the compute stage is still
           applying kernels on all the control vertices of these patches.
    We will have to revisit feature adaptive subdivision & holes, so keep the issue active.

fixes #78
2013-02-13 14:34:33 -08:00
..
common fix warnings for having assignments inside conditionals 2013-02-09 23:34:58 -05:00
far_regression Release Candidate 1.0 : 2012-12-10 17:15:13 -08:00
hbr_regression Make sure that shape strings are post-fixed with a null-char when read from file. 2012-12-11 11:40:57 -08:00
osd_regression - remove the now obsolete glutViewer (replaced by glViewer) 2013-02-08 14:06:44 -08:00
shapes First pass implementation of holes : 2013-02-13 14:34:33 -08:00
CMakeLists.txt - remove the now obsolete glutViewer (replaced by glViewer) 2013-02-08 14:06:44 -08:00