mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-17 20:11:50 +02:00
fix wrong pt
This commit is contained in:
@@ -815,7 +815,7 @@ function _case2121_isobands(cell_pts, lower, upper) =
|
|||||||
[
|
[
|
||||||
[cell_pts[0][0], cell_pts[0][1], cell_pts[0][2]],
|
[cell_pts[0][0], cell_pts[0][1], cell_pts[0][2]],
|
||||||
interpolated_pt(cell_pts[0], cell_pts[3], upper),
|
interpolated_pt(cell_pts[0], cell_pts[3], upper),
|
||||||
interpolated_pt(cell_pts[0], center_p, upper),
|
interpolated_pt(cell_pts[3], center_p, upper),
|
||||||
interpolated_pt(cell_pts[2], cell_pts[3], upper),
|
interpolated_pt(cell_pts[2], cell_pts[3], upper),
|
||||||
[cell_pts[2][0], cell_pts[2][1], cell_pts[2][2]],
|
[cell_pts[2][0], cell_pts[2][1], cell_pts[2][2]],
|
||||||
interpolated_pt(cell_pts[1], cell_pts[2], upper),
|
interpolated_pt(cell_pts[1], cell_pts[2], upper),
|
||||||
|
Reference in New Issue
Block a user