October 2018
Beginner
734 pages
22h 15m
English
Chapter 22
Brian Wyvill
Implicit modeling (also known as implicit surfaces) in computer graphics covers many different methods for defining models. These include skeletal implicit modeling, offset surfaces, level sets, variational surfaces, and algebraic surfaces. In this chapter, we briefly touch on these methods and describe how to build skeletal implicit models in more detail. Curves can be defined by implicit equations of the form
If we consider a closed curve, such as a circle, with radius r, then the implicit equation can be written as
The value of f(x, y) can be positive (outside the circle), negative (inside the circle), or zero for points precisely on the circle. The equivalent ...
Read now
Unlock full access