~ubuntu-branches/ubuntu/edgy/k3d/edgy-proposed

« back to all changes in this revision

Viewing changes to modules/mesh/catmull_clark_subdivider.cpp

  • Committer: Bazaar Package Importer
  • Author(s): David Martínez Moreno
  • Date: 2005-04-28 18:38:10 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050428183810-kvc6nz46z6gheo0k
Tags: 0.4.5.0-5
* AAAAAAAARGH, *patching* configure.ac broke again the build process! Fixed
  (I hope).
* Removed more cruft of shaderpreprocessor/ from configure.

Show diffs side-by-side

added added

removed removed

Lines of Context:
76
76
 
77
77
                std::auto_ptr<k3d::mesh> mesh(new k3d::mesh());
78
78
 
79
 
                subdiv::catmull_clark(m_levels.property_value(), *input, *mesh, ignore_selection);
 
79
                subdiv::catmull_clark(m_levels.property_value(), *input, *mesh, ignore_selection, true);
80
80
                return mesh.release();
81
81
        }
82
82