C/C++
morph.asc
Associated article: Morphing 3-D Objects in C++
Tags: Database C/C++ Parallel
_MORPHING 3-D OBJECTS IN C++_ by Glenn M. Lewis Listing One //---------------------------------------------------------------------- // melt.cc - T2-like melt effect (excerpted listing) By Glenn M. Lewis //---------------------------------------------------------------------- #include <iostream.h> #include <fstream.h> #include <assert.h&...


