Skip to content

Commit 8277f98

Browse files
committed
Fix issue with rendering 2D vs 3D
1 parent 66836ee commit 8277f98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

run_benchmarks.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@ mv *.png architecture
4242

4343
echo "------------------------------------------------------------"
4444
echo "Gears (3D)"
45-
./benchmark/render_2d_table ../benchmark/files/involute_gear_rot_3d.frep
45+
./benchmark/render_3d_table ../benchmark/files/involute_gear_rot_3d.frep
4646
mkdir -p gears_3d
4747
mv *.png gears_3d
4848

4949
echo "------------------------------------------------------------"
5050
echo "Bear sculpt"
51-
./benchmark/render_2d_table ../benchmark/files/bear_rot.frep
51+
./benchmark/render_3d_table ../benchmark/files/bear_rot.frep
5252
mkdir -p bear
5353
mv *.png bear

0 commit comments

Comments
 (0)