From 9f704e66bab1acd2d6208fa69bc03fbcde1b71f6 Mon Sep 17 00:00:00 2001 From: Olivier Kermorgant Date: Sat, 1 Jul 2023 14:14:36 +0200 Subject: [PATCH] can now read meshes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5756e20..7cd40ea 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ The following commands will be applied to the last added variable: * Built-in function allow to show a moving camera and a moving box * Display a fixed object: `logger.showFixedObject(nodes, graph, color)` * With the same syntax for nodes and graph, will display this wireframe object in the given Matplotlib color. - * if the `logger.displayObjectAs(log2plot::Surface)` method is called then the point cloud will be displayed as a meshed surface + * if the `logger.displayObjectAs(log2plot::Surface)` method is called then the point cloud will be displayed as a meshed surface, using `pyvista` module * Change built-in colors: `logger.setLineType("[b, g, r, k--]")` allows to define the color and line style of the 3D elements: * First element is the trajectory line style (solid blue here) * Second element is the moving object (solid green)