1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-11 09:14:29 +02:00

clean code

This commit is contained in:
Justin Lin
2022-05-14 17:46:29 +08:00
parent 0fd3841ecc
commit 87f3fcb105

View File

@@ -6,7 +6,6 @@ use <../util/contains.scad>;
function _vertex_normals(points, faces) = function _vertex_normals(points, faces) =
let( let(
leng_pts = len(points), leng_pts = len(points),
range = [0:leng_pts - 1],
cnn_indices_faces = [for(face = faces, i = face) [i, face]] cnn_indices_faces = [for(face = faces, i = face) [i, face]]
) )
[ [