1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-02-19 15:14:40 +01:00

add comment

This commit is contained in:
Justin Lin 2021-07-12 14:39:07 +08:00
parent b34724ee43
commit dc8e747545

View File

@ -12,6 +12,7 @@ function bunny() =
points_faces = bunny(); points_faces = bunny();
// debug
*for(i = [0:len(points_faces[0]) - 1]) { *for(i = [0:len(points_faces[0]) - 1]) {
# #
translate(points_faces[0][i]) { translate(points_faces[0][i]) {