Skip to content

Commit

Permalink
Remove old mesh simplification filters and source
Browse files Browse the repository at this point in the history
  • Loading branch information
jterrace committed Nov 6, 2011
1 parent dd5be99 commit 568a91f
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 779 deletions.
5 changes: 0 additions & 5 deletions README.markdown
Expand Up @@ -95,11 +95,6 @@ triangleset indices

Mesh Simplification
-------------------
* ``--simplify percent filename`` - Uses mesh simplificaiton algorithm to remove
vertex information from the mesh. Removes percent percentage of the vertices and
saves our the results into filename. The file can be loaded with --load_pm.
* ``--load_pm percent filename`` - Loads percent percentage of the extra vertex
information from filename (saved with --simplify) back into the loaded mesh.
* ``--sander_simplify pm_file`` - Simplifies the mesh based on sandler, et al. method.

Texture Operations
Expand Down
40 changes: 0 additions & 40 deletions meshtool/filters/simplify_filters/aggregate_simplifier.py

This file was deleted.

93 changes: 0 additions & 93 deletions meshtool/filters/simplify_filters/load_pm.py

This file was deleted.

0 comments on commit 568a91f

Please sign in to comment.