@@ -75,10 +75,10 @@ Since `nv_ray_tracing_basic` provides a summation of the attenuation coefficient
This function represent a small demo resulting in a projection image which is displayed in a new MATLAB figure. It considers the use case in which a polygon mesh is available according to the output format of the iso2mesh toolbox.
```matlab
easyExample("easy",1)
easyExample("boxes",1)
```
- Input:
-**exampleType**: represents the string which pre-defined example should be used. Allowed values are "test", "easy" and "real". Update: New Examples available: "veins" and "analyticalOne"/"analyticalTwo<br/>
-**exampleType**: represents the string which pre-defined example should be used. Allowed values are "test", "boxes" and "breast". Update: New Examples available: "veins" and "analyticalOne"/"analyticalTwo<br/>
-**buildDefault**: flag whether a build is needed before executing the example. Allowed values are 0 = no build, 1 = build with default settings, see raytracingBuilderWrapper.<br/>