class MeshLayer
New feature
class MeshLayer : public MohoLayer { M_Mesh *Mesh(); const char *FillTexture(); void SetFillTexture(const char *path); const char *LineTexture(); void SetLineTexture(const char *path); void Purge3DLayer(); bool IsShapeClosed(M_Shape *shape); bool fNoisyShapes, fNoisyLines, fAnimatedNoise, fExtraSketchy; real fNoiseAmp, fNoiseScale; int32 fExtraLines; bool fGapFilling; bool fExcludeLinesFromMask; int32 f3DMode; Mesh3DOptions f3DOptions; };