1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-01 12:30:33 +02:00
This commit is contained in:
Justin Lin
2021-10-28 08:04:26 +08:00
parent b76a2f9c32
commit 9022cb731d
10 changed files with 9 additions and 9 deletions

View File

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 32 KiB

View File

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 24 KiB

View File

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 26 KiB

View File

@@ -18,5 +18,5 @@ Creates a hexahedron.
hexahedron(radius = 1, detail = i);
}
![hexahedron](images/lib3x-hexahedron-1.JPG)
![hexahedron](images/lib3x-polyhedra_hexahedron-1.JPG)

View File

@@ -18,5 +18,5 @@ Creates a octahedron.
octahedron(radius = 1, detail = i);
}
![octahedron](images/lib3x-octahedron-1.JPG)
![octahedron](images/lib3x-polyhedra_octahedron-1.JPG)

View File

@@ -18,5 +18,5 @@ Creates a tetrahedron.
tetrahedron(radius = 1, detail = i);
}
![tetrahedron](images/lib3x-tetrahedron-1.JPG)
![tetrahedron](images/lib3x-polyhedra_tetrahedron-1.JPG)