Created
September 13, 2013 12:00
-
-
Save snorpey/6549768 to your computer and use it in GitHub Desktop.
batch convert x3db files into vrml files
This file contains 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 converts x3db files into vrml files | |
# a few notes: | |
# 1. run this in a unix-like shell (like the one that comes with git) on windows | |
# 2. aopt.exe comes is bundled with the instant reality player ( http://www.instantreality.org/downloads/ ) | |
ls | grep ".x3db" | xargs -i /C/Program\ Files/Instant\ Reality/bin/aopt.exe -i {} -v "{}".wrl |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment