Skip to content

Commit

Permalink
Added (win64) build and startup batch files
Browse files Browse the repository at this point in the history
  • Loading branch information
halcy committed Feb 12, 2014
1 parent 9b320ed commit 842aed9
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 0 deletions.
Binary file added exe/openclpt.exe
Binary file not shown.
2 changes: 2 additions & 0 deletions run_complex_big_batch.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
cd openclpt
..\exe\openclpt.exe 1024 1024 128 coolbox.obj matlib.mat 5 camera_complex.cam
2 changes: 2 additions & 0 deletions run_complex_big_interactive.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
cd openclpt
..\exe\openclpt.exe 1024 1024 128 coolbox.obj matlib.mat 1 camera_complex.cam
2 changes: 2 additions & 0 deletions run_complex_reallysmall_interactive.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
cd openclpt
..\exe\openclpt.exe 256 256 128 coolbox.obj matlib.mat 1 camera_null.cam
2 changes: 2 additions & 0 deletions run_complex_small_interactive.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
cd openclpt
..\exe\openclpt.exe 512 512 128 coolbox.obj matlib.mat 1 camera_null.cam
2 changes: 2 additions & 0 deletions run_simple_reallysmall_interactive.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
cd openclpt
..\exe\openclpt.exe 256 256 128 smallbox.obj matlib.mat 1 camera_null.cam
2 changes: 2 additions & 0 deletions run_simple_small_interactive.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
cd openclpt
..\exe\openclpt.exe 512 512 128 smallbox.obj matlib.mat 1 camera_null.cam
2 changes: 2 additions & 0 deletions run_simple_small_interactive_smallgrid.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
cd openclpt
..\exe\openclpt.exe 512 512 64 smallbox.obj matlib.mat 1 camera_null.cam

0 comments on commit 842aed9

Please sign in to comment.