1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-16 19:54:29 +02:00

fix wrong pt

This commit is contained in:
Justin Lin
2021-01-08 10:24:56 +08:00
parent d30ebe5eba
commit 5dd991cfc7

View File

@@ -815,7 +815,7 @@ function _case2121_isobands(cell_pts, lower, upper) =
[
[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], center_p, upper),
interpolated_pt(cell_pts[3], center_p, upper),
interpolated_pt(cell_pts[2], cell_pts[3], upper),
[cell_pts[2][0], cell_pts[2][1], cell_pts[2][2]],
interpolated_pt(cell_pts[1], cell_pts[2], upper),