Created
September 11, 2013 15:21
-
-
Save snorpey/6525160 to your computer and use it in GitHub Desktop.
batch convert wrl files to stl
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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