bunnyear_headband v0.1
This commit is contained in:
parent
1542047df0
commit
87197a4296
|
@ -184,4 +184,23 @@ module catear_headband(debug=false, size=60, height=4.6, thickness=3, part=0.7,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
catear_headband();
|
module bunnyear_headband(debug=false, size=60, height=4.6, thickness=3, part=0.7, stretch_len=40, tip_len=0.1, tip_bend=20, rake_depth=0.5, rake_width=0.5, rake_stretch=0.5, ear_scale=1, ear_bend_factor=0.3, ear_stretch_factor=5, ear_angle=30) {
|
||||||
|
catear_headband(
|
||||||
|
debug=debug,
|
||||||
|
size=size,
|
||||||
|
height=height,
|
||||||
|
thickness=thickness,
|
||||||
|
part=part,
|
||||||
|
stretch_len=stretch_len,
|
||||||
|
tip_len=tip_len,
|
||||||
|
tip_bend=tip_bend,
|
||||||
|
rake_depth=rake_depth,
|
||||||
|
rake_width=rake_width,
|
||||||
|
rake_stretch=rake_stretch,
|
||||||
|
ear_scale=ear_scale,
|
||||||
|
ear_bend_factor=ear_bend_factor,
|
||||||
|
ear_stretch_factor=ear_stretch_factor,
|
||||||
|
ear_angle=ear_angle);
|
||||||
|
}
|
||||||
|
|
||||||
|
bunnyear_headband();
|
Loading…
Reference in a new issue