CS 284: CAGD 
Lecture #14 -- Th 10/12, 2006.


PREVIOUS < - - - - > CS 284 HOME < - - - - > CURRENT < - - - - > NEXT

Preparation:

Labsik and Greiner: "Interpolatory Root-3 Subdivision".

Warm-Up: What did you learn from the "Root-3" paper ?

Topic:  Interpolating Subdivision Schemes for Surfaces (cont.)

Discussion of the "Root-3" paper:

Adaptive Refinement by Subdivision

Figures from:  Leif Kobbelt: "Root-3 Subdivision", Siggraph 2000.
The basic root-3 scheme.
Typical mesh generated.
The "rotation" implied by a single subdivision step.
Adaptive refinement to different levels -- may cause cracks.
Bad triangles or a large "transition zone" are generated to reach a desired deep level of subdivision.
Root-3 scheme has no crack problem and generates good transition zones.
Nice adptive refinement meshes on "the bunny".
Maintaining smooth boundaries in the root-3 scheme.
Forming cusps or creases by joining two patches along a common boundary curve.
The root-3 scheme allows finer gradation of uniform subdivision than the Loop scheme.
How would you do adaptive refinement in your own quad scheme ?

Summary of Subdivision Schemes:

  1. DOO_SABIN
    -- quadratic, approximating; quadrilateral facets.
  2. CATMULL_CLARK
    -- cubic, approximating; quadrilateral facets.
  3. LOOP
    -- quartic, approximating; triangular facets.
  4. Butterfly Scheme
    -- cubic, interpolating; triangular facets.
  5. ZORIN
    -- cubic, interpolating; triangular facets.
  6. Interpolating Root-3 Subdivision
    -- cubic, interpolating; triangular facets.
  7. Your-Own Quad-Scheme
    -- cubic, interpolating; quadrilateral facets.
  8. KOBBELT: Root-3
    -- cubic, interpolating; triangular facets.
  9. HALSTEAD: Interpolating Catmull-Clark
    -- cubic, interpolating; quadrilateral facets.
When should you choose which subdivision scheme ??

Sharp Features in Subdivision Surfaces

Many objects have a combination of smooth, rounded surface elements and sharp edges and corners (examples ... ?).

Remember what we did with splines to obtain sharp kinks and corners (discuss ... !).

Now we need to do the same thing for subdivision curves and surfaces....

Key paper:
"Subdivision Surfaces in Character Animation" DeRose et al.
PREVIEW:
Start with Catmull-Clark Subdivision
Introduce sharp features: creases, edges, corners...
Add smooth variable radius fillets and blends with
a mix of sharp and smooth subdivision steps:
-- take  s  sharp steps and then all smooth steps afterwards.
Blend between a sharp and a smooth subdivision step.
ALSO:
Modelling of loose clothes.
Collision detection.
Smooth scalar fields for texturing.
...


Results from Spiral Surface Assignment ...

Make Your Paper Selection & Start thinking about your Course Project

==> PROJECT-PLANNING

Look at the Paper Selection List -- Pick your top five candidates -- Fill out questionaire (handout) by Tuesday 10/17.


Reading Assignment:

"Subdivision Surfaces in Character Animation" DeRose et al.
Be prepared to answer the following questions:
  1. What subdivision scheme are they using ?
  2. What are the key additions to that scheme that they have made ?
  3. Why do they prefer quadrilaterals ?
  4. What is the basic approach to creating semi-sharp edges ?
  5. What is the underlying model for cloth simulation ?
  6. How is excessive wrinkling of the cloth avoided ?
  7. What are virtual threads ? -- and what is their purpose ?
  8. What is the data structure to make collision detection efficient ?
  9. How is made it possible to apply texture maps and procedural shaders ?
  10. What was one of the general implementation requirements for the Pixar production environment ?

Current Homework Assignment: -- Two options to choose from:

  1. Implement your proposed quad subdivision scheme as a team (in the language of your choice).
    Hand in a report of your apporach (can be same or extended version of your first report)
    and describe your findings, difficulties, insights.
    Add a couple of pictures of test cases that show what your implementation can do.

    OR:
  2. Compare several different subdivision schemes in SLIDE.
  3. Also summarize your findings in a report with pictures of crucial test cases.
DUETUESDAY 10/17/2006, 2:10pm.


PREVIOUS < - - - - > CS 284 HOME < - - - - > CURRENT < - - - - > NEXT
Page Editor: Carlo H. Séquin