From d5ef7daf0d33125735d1af6f808670597d6dd539 Mon Sep 17 00:00:00 2001 From: Liangliang Nan Date: Tue, 31 Dec 2024 16:53:49 +0100 Subject: [PATCH] add ToDo --- python/tutorials/ToDo | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 python/tutorials/ToDo diff --git a/python/tutorials/ToDo b/python/tutorials/ToDo new file mode 100644 index 00000000..e4650203 --- /dev/null +++ b/python/tutorials/ToDo @@ -0,0 +1,6 @@ +add examples showing the flexibility of drawables: + - create a PointsDrawable and add it to the viewer + - create a TrianglesDrawable and add it to the viewer + - create a LinesDrawable and add it to the viewer + - create a LinesDrawable2D and add it to the viewer +