mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-30 09:20:18 +02:00
Corrected bezier patches example.
This commit is contained in:
@@ -20,7 +20,7 @@ function CR_corner(size, spin=0, orient=UP, trans=[0,0,0]) =
|
||||
)
|
||||
translate(trans,
|
||||
p=rot(a=spin, from=UP, to=orient,
|
||||
p=scale(size, patch)
|
||||
p=scale(size, p=patch)
|
||||
)
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user