b spline blossoms
play

B-Spline Blossoms CS 418 Interactive Computer Graphics John C. - PowerPoint PPT Presentation

B-Spline Blossoms CS 418 Interactive Computer Graphics John C. Hart The Blossoming Game B-Spline Rules for Setting Up the Board t =3 t =4 t =2 t =5 The Blossoming Game B-Spline Rules for Setting Up the Board 1. Create a knot vector (with


  1. B-Spline Blossoms CS 418 Interactive Computer Graphics John C. Hart

  2. The Blossoming Game B-Spline Rules for Setting Up the Board t =3 t =4 t =2 t =5

  3. The Blossoming Game B-Spline Rules for Setting Up the Board 1. Create a knot vector (with two extra values at each end) t =3 t =4 t =2 t =5 knot vector: [0 1 2 3 4 5 6 7]

  4. The Blossoming Game B-Spline Rules for Setting Up the Board 1. Create a knot vector (with two extra values at each end) t =3 t =4 2. Label each control vertex with triples of knots t =2 t =5 knot vector: [0 1 2 3 4 5 6 7]

  5. The Blossoming Game B-Spline Rules for Setting Up the Board 1. Create a knot vector (with two extra values at each end) t =3 t =4 2. Label each control vertex with triples of knots t =2 t =5 p (0,1,2) knot vector: [ 0 1 2 3 4 5 6 7]

  6. The Blossoming Game B-Spline Rules for Setting Up the Board 1. Create a knot vector (with two extra values at each end) t =3 t =4 2. Label each control vertex p (1,2,3) with triples of knots t =2 t =5 p (0,1,2) knot vector: [0 1 2 3 4 5 6 7]

  7. The Blossoming Game B-Spline Rules for Setting Up the Board p (2,3,4) 1. Create a knot vector (with two extra values at each end) t =3 t =4 2. Label each control vertex p (1,2,3) with triples of knots t =2 t =5 p (0,1,2) knot vector: [0 1 2 3 4 5 6 7]

  8. The Blossoming Game B-Spline Rules for Setting Up the Board p (2,3,4) p (3,4,5) 1. Create a knot vector (with two extra values at each end) t =3 t =4 2. Label each control vertex p (1,2,3) with triples of knots t =2 t =5 p (0,1,2) knot vector: [0 1 2 3 4 5 6 7]

  9. The Blossoming Game B-Spline Rules for Setting Up the Board p (2,3,4) p (3,4,5) 1. Create a knot vector (with two extra values at each end) t =3 t =4 2. Label each control vertex p (1,2,3) p (4,5,6) with triples of knots t =2 t =5 p (0,1,2) knot vector: [0 1 2 3 4 5 6 7]

  10. The Blossoming Game B-Spline Rules for Setting Up the Board p (2,3,4) p (3,4,5) 1. Create a knot vector (with two extra values at each end) t =3 t =4 2. Label each control vertex p (1,2,3) p (4,5,6) with triples of knots t =2 t =5 p (0,1,2) p (5,6,7) knot vector: [0 1 2 3 4 5 6 7 ]

  11. The Blossoming Game B-Spline Rules for Setting Up the Board p (2,3,4) p (3,4,5) 1. Create a knot vector (with two extra values at each end) t =3 t =4 2. Label each control vertex p (1,2,3) p (4,5,6) with triples of knots t =2 t =5 p (0,1,2) p (5,6,7) knot vector: [0 1 2 3 4 5 6 7]

  12. Bohm Blossoms B-Spline Rules for Winning the Game: p (2,3,4) p (3,4,5) Convert a B-Spline to a Bezier Curve • Bohm Algorithm t =3 t =4 • Trick: Think of each segment p (1,2,3) p (4,5,6) as a Bezier curve t =2 t =5 p (0,1,2) p (5,6,7) knot vector: [0 1 2 3 4 5 6 7]

  13. Bohm Blossoms B-Spline Rules for Winning the Game: p (2,3,4) p (3,4,5) Convert a B-Spline to a Bezier Curve • Bohm Algorithm p (3,3,3) p (4,4,4) • Trick: Think of each segment p (1,2,3) p (4,5,6) as a Bezier curve p (2,2,2) p (5,5,5) p (0,1,2) p (5,6,7) knot vector: [0 1 2 3 4 5 6 7]

  14. Bohm Blossoms B-Spline Rules for Winning the Game: p (2,3,4) p (3,4,5) Convert a B-Spline to a Bezier Curve • Bohm Algorithm p (3,3,3) • Trick: Think of each segment p (1,2,3) p (4,5,6) as a Bezier curve p (2,2,2) • Where should the other two control points go p (0,1,2) for the [2,3] segment? p (5,6,7) knot vector: [0 1 2 3 4 5 6 7]

  15. Bohm Blossoms B-Spline Rules for Winning the Game: p (2,3,4) p (3,4,5) Convert a B-Spline to a Bezier Curve • Bohm Algorithm p (3,3,3) • Trick: Think of each segment p (1,2,3) p (4,5,6) as a Bezier curve p (2,2,2) • Where should the other two control points go p (0,1,2) for the [2,3] segment? p (5,6,7) • Need to find: p (2,2,3) knot vector: [0 1 2 3 4 5 6 7] p (2,3,3)

  16. Bohm Blossoms B-Spline Rules for Winning the Game: p (4,2,3) p (3,4,5) Convert a B-Spline to a Bezier Curve • Bohm Algorithm p (3,3,3) • Trick: Think of each segment p (1,2,3) p (4,5,6) as a Bezier curve p (2,2,2) • Where should the other two control points go p (0,1,2) for the [2,3] segment? p (5,6,7) • Need to find: p (2,2,3) knot vector: [0 1 2 3 4 5 6 7] p (2,3,3)

  17. Bohm Blossoms B-Spline Rules for Winning the Game: p (4,2,3) p (3,4,5) Convert a B-Spline to a Bezier Curve • Bohm Algorithm p (3,3,3) p (2,2,3) • Trick: Think of each segment p (1,2,3) p (4,5,6) as a Bezier curve p (2,2,2) • Where should the other two control points go p (0,1,2) for the [2,3] segment? p (5,6,7) • Need to find: p (2,2,3) = 2/3 p (1,2,3) + 1/3 p (4,2,3) knot vector: [0 1 2 3 4 5 6 7] p (2,3,3)

  18. Bohm Blossoms B-Spline Rules for Winning the Game: p (4,2,3) p (3,4,5) Convert a B-Spline to a Bezier Curve p (3,2,3) • Bohm Algorithm p (3,3,3) p (2,2,3) • Trick: Think of each segment p (1,2,3) p (4,5,6) as a Bezier curve p (2,2,2) • Where should the other two control points go p (0,1,2) for the [2,3] segment? p (5,6,7) • Need to find: p (2,2,3) = 2/3 p (1,2,3) + 1/3 p (4,2,3) knot vector: [0 1 2 3 4 5 6 7] p (2,3,3) = 1/3 p (1,2,3) + 2/3 p (4,2,3)

  19. Bohm Blossoms • Where are the endpoints located? p (4,2,3) p (3,4,5) p (3,2,3) p (2,2,3) p (1,2,3) p (0,1,2)

  20. Bohm Blossoms • Where are the endpoints located? p (4,2,3) p (3,4,5) • Need to find: p (3,2,3) p (2,2,2) = p (2,2,3) p (3,3,3) = p (1,2,3) p (0,1,2)

  21. Bohm Blossoms • Where are the endpoints located? p (4,2,3) p (3,4,5) • Need to find: p (3,2,3) p (2,1,2) = p (2,2,3) p (3,4,3) = p (1,2,3) p (2,2,2) = p (3,3,3) = p (0,1,2)

  22. Bohm Blossoms • Where are the endpoints located? p (4,2,3) p (3,4,5) • Need to find: p (3,2,3) p (2,1,2) = p (2,2,3) p (3,4,3) = p (3,1,2) p (2,2,2) = p (3,3,3) = p (0,1,2)

  23. Bohm Blossoms • Where are the endpoints located? p (4,2,3) p (3,4,5) • Need to find: p (3,2,3) p (2,1,2) = 1/3 p (0,1,2) + 2/3 p (3,1,2) p (2,2,3) p (3,4,3) = p (3,1,2) p (2,2,2) = p (2,1,2) p (3,3,3) = p (0,1,2)

  24. Bohm Blossoms • Where are the endpoints located? p (3,4,2) p (3,4,5) • Need to find: p (3,2,3) p (2,1,2) = 1/3 p (0,1,2) + 2/3 p (3,1,2) p (2,2,3) p (3,4,3) = p (3,1,2) p (2,2,2) = p (2,1,2) p (3,3,3) = p (0,1,2)

  25. Bohm Blossoms • Where are the endpoints located? p (3,4,2) p (3,4,3) p (3,4,5) • Need to find: p (3,2,3) p (2,1,2) = 1/3 p (0,1,2) + 2/3 p (3,1,2) p (2,2,3) p (3,4,3) = 2/3 p (3,4,2) + 1/3 p (3,4,5) p (3,1,2) p (2,2,2) = p (2,1,2) p (3,3,3) = p (0,1,2)

  26. Bohm Blossoms • Where are the endpoints located? p (3,4,2) p (3,4,3) p (3,4,5) • Need to find: p (3,2,3) p (2,1,2) = 1/3 p (0,1,2) + 2/3 p (3,1,2) p (2,3,2) p (3,4,3) = 2/3 p (3,4,2) + 1/3 p (3,4,5) p (3,1,2) p (2,2,2) = p (2,1,2) p (3,3,3) = p (0,1,2)

  27. Bohm Blossoms • Where are the endpoints located? p (3,4,2) p (3,4,3) p (3,4,5) • Need to find: p (3,2,3) p (2,1,2) = 1/3 p (0,1,2) + 2/3 p (3,1,2) p (2,3,2) p (3,4,3) = 2/3 p (3,4,2) + 1/3 p (3,4,5) p (3,1,2) p (2,2,2) p (2,2,2) = 1/2 p (2,1,2) + 1/2 p (2,3,2) p (2,1,2) p (3,3,3) = p (0,1,2)

  28. Bohm Blossoms • Where are the endpoints located? p (3,4,2) p (3,4,3) p (3,4,5) • Need to find: p (3,2,3) p (3,3,3) p (2,1,2) = 1/3 p (0,1,2) + 2/3 p (3,1,2) p (2,3,2) p (3,4,3) = 2/3 p (3,4,2) + 1/3 p (3,4,5) p (3,1,2) p (2,2,2) p (2,2,2) = 1/2 p (2,1,2) + 1/2 p (2,3,2) p (2,1,2) p (3,3,3) = 1/2 p (3,2,3) + 1/2 p (3,4,3) p (0,1,2)

  29. Bohm Blossoms • Where are the endpoints located? • Need to find: p (2,3,3) p (3,3,3) p (2,1,2) = 1/3 p (0,1,2) + 2/3 p (3,1,2) p (2,2,3) p (3,4,3) = 2/3 p (3,4,2) + 1/3 p (3,4,5) p (2,2,2) p (2,2,2) = 1/2 p (2,1,2) + 1/2 p (2,3,2) p (3,3,3) = 1/2 p (3,2,3) + 1/2 p (3,4,3)

Recommend


More recommend