don't use 3d surface for DSA even though its cool

This commit is contained in:
Bob 2022-10-14 18:16:57 -04:00
parent 6b444fd5d3
commit 8b0a6c57f1
2 changed files with 0 additions and 6 deletions

View File

@ -445,9 +445,6 @@ module dsa_row(row=3, column = 0) {
$dish_skew_y = 0;
$height_slices = 10;
$dish_type = "3d surface";
$surface_function = spherical_surface;
$side_sculpting = function(progress) (1 - progress) * 4.5;
$corner_sculpting = function(progress) pow(progress, 2);

View File

@ -12,9 +12,6 @@ module dsa_row(row=3, column = 0) {
$dish_skew_y = 0;
$height_slices = 10;
$dish_type = "3d surface";
$surface_function = spherical_surface;
$side_sculpting = function(progress) (1 - progress) * 4.5;
$corner_sculpting = function(progress) pow(progress, 2);