issues
search
lgarithm
/
drawings
a ray tracing engine in C++
3
stars
0
forks
source link
more algebraic surfaces
#8
Open
lgarithm
opened
8 years ago
lgarithm
commented
8 years ago
Bézier surface
bilinear patch, (1 + 1) (1 + 1) = 4 control points
biquadratic patch, (1 + 2) (1 + 2) = 9 control points
lgarithm
commented
8 years ago
B-spline
lgarithm
commented
8 years ago
Derive equation for Bézier curve.
Bézier surface