From 0deff2786392eba06109a2bce71bce80b2d5f198 Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Fri, 29 May 2020 08:16:55 +0800 Subject: [PATCH] update README --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 5f2fc8d2..dc068fb5 100644 --- a/README.md +++ b/README.md @@ -216,6 +216,17 @@ See [examples](examples). - [turtle/lsystem2](https://openhome.cc/eGossip/OpenSCAD/lib2x-lsystem2.html) - [turtle/lsystem3](https://openhome.cc/eGossip/OpenSCAD/lib2x-lsystem3.html) +### Voxel (Renamed from Pixel. Yes, Pixel will be deprecated in the next release.) +- [voxel/vx_line](https://openhome.cc/eGossip/OpenSCAD/lib2x-vx_line.html) +- [voxel/vx_polyline](https://openhome.cc/eGossip/OpenSCAD/lib2x-vx_polyline.html) +- [voxel/vx_circle](https://openhome.cc/eGossip/OpenSCAD/lib2x-vx_circle.html) +- [voxel/vx_cylinder](https://openhome.cc/eGossip/OpenSCAD/lib2x-vx_cylinder.html) +- [voxel/vx_sphere](https://openhome.cc/eGossip/OpenSCAD/lib2x-vx_sphere.html) +- [voxel/vx_polygon](https://openhome.cc/eGossip/OpenSCAD/lib2x-vx_polygon.html) +- [voxel/vx_from](https://openhome.cc/eGossip/OpenSCAD/lib2x-vx_from.html) +- [voxel/vx_ascii](https://openhome.cc/eGossip/OpenSCAD/lib2x-vx_ascii.html) +- [voxel/vx_gray](https://openhome.cc/eGossip/OpenSCAD/lib2x-vx_gray.html) + ---- ## Bugs and Feedback