public void SetMapper(BaseMapper baseMapper) { _mapper = baseMapper; if (_mapper != null) { _mapper.SetMesh (_mesh); _mapper.RecalculateTextureCoordinate (); } }