Skip to content

Instantly share code, notes, and snippets.

@snorpey
Created September 11, 2013 15:21
Show Gist options
  • Save snorpey/6525160 to your computer and use it in GitHub Desktop.
Save snorpey/6525160 to your computer and use it in GitHub Desktop.
batch convert wrl files to stl
# this command uses the 3d mesh converter to convert wrl files to stl files.
# http://www.cs.princeton.edu/~min/meshconv/
ls | grep ".wrl" | xargs -i meshconv.exe {} -c stl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment