-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtovrmlx3d.pl
6 lines (6 loc) · 1.07 KB
/
tovrmlx3d.pl
1
2
3
4
5
6
system("C:/Users/john/Downloads/view3dscene-4.3.0-win64-x86_64/view3dscene/tovrmlx3d.exe --encoding classic ./results/StandardHumanoidNoSegSite.x3d > ./results/StandardHumanoidNoSegSite.x3dv");
system("C:/Users/john/Downloads/view3dscene-4.3.0-win64-x86_64/view3dscene/tovrmlx3d.exe --encoding classic ./results/DonHumanoidNoSegSite.x3d > ./results/DonHumanoidNoSegSite.x3dv");
system("C:/Users/john/Downloads/view3dscene-4.3.0-win64-x86_64/view3dscene/tovrmlx3d.exe --encoding classic ./results/Humanoid1NoSegSite.x3d > ./results/Humanoid1NoSegSite.x3dv");
system("C:/Users/john/Downloads/view3dscene-4.3.0-win64-x86_64/view3dscene/tovrmlx3d.exe --encoding classic ./results/Humanoid2NoSegSite.x3d > ./results/Humanoid2NoSegSite.x3dv");
system("C:/Users/john/Downloads/view3dscene-4.3.0-win64-x86_64/view3dscene/tovrmlx3d.exe --encoding classic ./results/Humanoid3NoSegSite.x3d > ./results/Humanoid3NoSegSite.x3dv");
system("C:/Users/john/Downloads/view3dscene-4.3.0-win64-x86_64/view3dscene/tovrmlx3d.exe --encoding classic ./results/Humanoid4NoSegSite.x3d > ./results/Humanoid4NoSegSite.x3dv");