Skip to content

Commit 988730d

Browse files
authored
changed description (#137)
1 parent bb51ab3 commit 988730d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

mevislab.github.io/content/examples/visualization/example4/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ category: "visualization"
55
---
66

77
# Visualization Example 4: Display Images Converted to Open Inventor Scene Objects
8-
This example shows how to convert images to Open Inventor scene objects using the module `SoView2D` and modules based on `SoView2D`.
8+
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.
99
![Screenshot](examples/visualization/example4/image.png)
1010

1111
# Download

mevislab.github.io/content/tutorials/visualization/visualizationexample4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ menu:
1818
{{< youtube "WaD6zuvVNek" >}}
1919

2020
## Introduction
21-
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.
21+
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.
2222

2323
{{<alert class="info" caption="Extra Infos">}}
2424

0 commit comments

Comments
 (0)