This section describes the primary steps involved in writing a simple modifier plug-in. The running example used is the Bend modifier derived from class SimpleMod2
that bends existing vertices. The source code to this example can be found in the file \\maxsdk\\samples\\modifiers\\bend.cpp
.