CSE 457: Introduction to Computer Graphics
Frenet Frame Page
Test Suite
The following tests demonstrate how the sweeper program should display the
surfaces for various profile and sweep curves. The test curves are located
in /cse/courses/cse457/sweeper/curves. You might get a better feel for the
surfaces by loaded one of the sample solutions and then loading the profile
and sweep curves.
Also note that some of these test cases are for the bells and whistles and
do not necessarily have to be implemented in your sweeper program.
Here are the tests:
- Simple Frenet Frame Test
- Profile Curve: simple_profile.crv
- Sweep Curve: simple_sweep.crv
- Curve Type: Bezier
- James Curve
- Profile Curve: jamesprofile.crv
- Sweep Curve: james.crv
- Curve Type: B-spline
- Spiral Curve
- Profile Curve: diamond.crv
- Sweep Curve: spiral.crv
- Curve Type: B-spline
Send questions/comments to Han (leehanb@cs)