From d4a8e8b5cbcaf1ccbf3079fcb78c8fa54e4e69aa Mon Sep 17 00:00:00 2001 From: Sascha Heckmann Date: Mon, 16 Feb 2026 14:09:45 +0100 Subject: [PATCH] changed description --- .../content/examples/visualization/example4/index.md | 2 +- .../content/tutorials/visualization/visualizationexample4.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mevislab.github.io/content/examples/visualization/example4/index.md b/mevislab.github.io/content/examples/visualization/example4/index.md index dddacfc30..943d4148b 100644 --- a/mevislab.github.io/content/examples/visualization/example4/index.md +++ b/mevislab.github.io/content/examples/visualization/example4/index.md @@ -5,7 +5,7 @@ category: "visualization" --- # Visualization Example 4: Display Images Converted to Open Inventor Scene Objects -This example shows how to convert images to Open Inventor scene objects using the module `SoView2D` and modules based on `SoView2D`. +This example shows how to convert a slice or slab of voxel images to 2D renderings on the screen using the module `SoView2D` and modules based on SoView2DExtension. ![Screenshot](examples/visualization/example4/image.png) # Download diff --git a/mevislab.github.io/content/tutorials/visualization/visualizationexample4.md b/mevislab.github.io/content/tutorials/visualization/visualizationexample4.md index 25cd442b3..b0eebfdef 100644 --- a/mevislab.github.io/content/tutorials/visualization/visualizationexample4.md +++ b/mevislab.github.io/content/tutorials/visualization/visualizationexample4.md @@ -18,7 +18,7 @@ menu: {{< youtube "WaD6zuvVNek" >}} ## Introduction -In the previous example you learned how to use the module `SoView2DOverlay` together with a `View2D`. MeVisLab provides a whole family of `SoView2D*` modules (`SoView2DOverlay`, `SoView2DRectangle`, `SoView2DGrid`, ...). All these modules create or interact with scene objects and are based on the module `SoView2D`, which can convert a voxel image into a scene object. In this example, you will get to know some members of the `SoView2D` family. +In the previous example you learned how to use the module `SoView2DOverlay` together with a `View2D`. MeVisLab provides a whole family of `SoView2D*` modules (`SoView2DOverlay`, `SoView2DRectangle`, `SoView2DGrid`, ...). These modules are derived from SoView2DExtension, which extends the SoView2D with specialized interaction and rendering. `SoView2D` itself renders a slice or a slab of a voxel image as a 2D image on the screen. {{}}