Bézier surface
by JustinSDK
49
Downloads
43
Likes
0
Makes
[](https://www.youtube.com/watch?v=QkCoZbMBedE)
My library [dotSCAD](https://github.com/JustinSDK/dotSCAD) has a `bezier_surface` function. You can use it to create a bezier surface easilly. For example:
include ;
include ;
include ;
t_step = 0.05;
thickness = 0.5;
ctrl_pts = [
[[0, 0, 20], [60, 0, -35], [90, 0, 60], [200, 0, 5]],
[[0, 50, 30], [100, 60, -25], [120, 50, 120], [200, 50, 5]],
[[0, 100, 0], [60, 120, 35], [90
My library [dotSCAD](https://github.com/JustinSDK/dotSCAD) has a `bezier_surface` function. You can use it to create a bezier surface easilly. For example:
include ;
include ;
include ;
t_step = 0.05;
thickness = 0.5;
ctrl_pts = [
[[0, 0, 20], [60, 0, -35], [90, 0, 60], [200, 0, 5]],
[[0, 50, 30], [100, 60, -25], [120, 50, 120], [200, 50, 5]],
[[0, 100, 0], [60, 120, 35], [90
Sign in to leave a comment
Sign in