mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-01 14:00:30 +02:00
Fixed corner and top/bottom edge orientations.
This commit is contained in:
@@ -885,7 +885,7 @@ function patch_scale(patch, v=[1,1,1], cp=[0,0,0]) = [for(row=patch) scale_point
|
||||
// v = Vector axis to rotate round.
|
||||
// cp = Centerpoint to rotate around.
|
||||
function patch_rotate(patch, a=undef, v=undef, cp=[0,0,0]) =
|
||||
[for(row=patch) rotate_points3d(row, v=a, axis=v, cp=cp)] :
|
||||
[for(row=patch) rotate_points3d(row, a=a, v=v, cp=cp)];
|
||||
|
||||
|
||||
// Function: patches_translate()
|
||||
|
Reference in New Issue
Block a user