Hi, I have a problem with getting the code to compile when running the UsingNormalMapGenerator exercise in Chapter 10. This class extends Chapter10SampleBase and imports the class HeadModel.as which is a model of a head.
HeadModel.as gets an error trying to instantiate new MatrixAway3d() at line 41 (1180: call to undefined method). I have read online that that class is obsolete and has been replaced by native Matrix3D methods. Does that mean that the HeadModel class is now obsolete as well? Would anyone know of the best workaround for this type of situation? I have tried to research this but no luck. Thanks for any help! Lawrence
