Skip to content

Commit 93f52b6

Browse files
committed
Additional changes after first review
1 parent 52b7ea7 commit 93f52b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mevislab.github.io/content/tutorials/dataobjects/surfaces/surfaceexample3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ In these examples, we are showing two different possibilities to interact with t
2323
* Modify a WEM in a scene
2424

2525
### Scale, Rotate, and Move a WEM in a Scene
26-
We are using a `SoTransformerDragger` module to apply transformations on the visualizations of a 3D WEM object via mouse interactions.
26+
We are using a `SoTransformerDragger` module to apply transformations to the visualization of a 3D WEM object via mouse interactions.
2727

2828
Add a `SoCube` and a `SoBackground` module and connect both to a `SoExaminerViewer`. For a better understanding, you should also add a `SoCoordinateSystem` module and connect it to the viewer. Change the *User Transform Mode* to *User Transform Instead Of Input* and set *User Scale* to 2 for *x*, *y*, and *z*.
2929

mevislab.github.io/content/tutorials/summary/summary5.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ The file is initially generated by the Project Wizard. Having a valid file alrea
9494
The shell skript allows you to generate the executable again via a Unix shell like bash. You do not need the Project Wizard anymore now.
9595

9696
#### Software Bill of Materials [SBOM]
97-
The SBOM file includes a list of all third-party components, libraries and dependencies included into your installer by MeVisLab. We use the standard format *CycloneDX* which allows to import this file to standard evaluation tools like [Dependency-Track](https://dependencytrack.org).
97+
The SBOM file includes a list of all third-party components, libraries, and dependencies included into your installer by MeVisLab. We use the standard format *CycloneDX* that allows to import this file to standard evaluation tools like [Dependency-Track](https://dependencytrack.org).
9898

9999
### Install Your Executable
100100
You can now execute the installer of your application.

0 commit comments

Comments
 (0)