We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66836ee commit 8277f98Copy full SHA for 8277f98
run_benchmarks.sh
@@ -42,12 +42,12 @@ mv *.png architecture
42
43
echo "------------------------------------------------------------"
44
echo "Gears (3D)"
45
-./benchmark/render_2d_table ../benchmark/files/involute_gear_rot_3d.frep
+./benchmark/render_3d_table ../benchmark/files/involute_gear_rot_3d.frep
46
mkdir -p gears_3d
47
mv *.png gears_3d
48
49
50
echo "Bear sculpt"
51
-./benchmark/render_2d_table ../benchmark/files/bear_rot.frep
+./benchmark/render_3d_table ../benchmark/files/bear_rot.frep
52
mkdir -p bear
53
mv *.png bear
0 commit comments