mirror of
https://github.com/rsheldiii/KeyV2.git
synced 2025-06-24 07:50:27 +00:00
don't use 3d surface for DSA even though its cool
This commit is contained in:
parent
6b444fd5d3
commit
8b0a6c57f1
2 changed files with 0 additions and 6 deletions
|
@ -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);
|
||||
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue