Skip to content

Instantly share code, notes, and snippets.

@snorpey
Created September 13, 2013 12:00
Show Gist options
  • Save snorpey/6549768 to your computer and use it in GitHub Desktop.
Save snorpey/6549768 to your computer and use it in GitHub Desktop.
batch convert x3db files into vrml files
# 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