Skip to content

Commit 099783b

Browse files
committed
fixes bug in presets::VolumeRenderingStage
Fixes a six-year-old bug in `presets::VolumeRenderingStage` which caused rendering artifacts at specific angles when rendering strongly anistropic volumes. There was a work-around previously implemented which, however, was not 100% reliable, and came at the cost of forcing a sample rate twice as high as specified. Since this work-around has been removed now, the specified sample rate is used (which effectively is twice as low as before). This means that same rates must be doubled to yield the same results as before (note that the *effective* sample rate will be the same then, meaning that rendering performance will be the same, in terms of both quality and time, but without the artifacts). The static field `presets::VolumeRenderingStage::DEFAULT_SAMPLE_RATE` has thus been doubled.
1 parent 8fcf31c commit 099783b

File tree

722 files changed

+774
-731
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

722 files changed

+774
-731
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ project(Carna)
33

44
set(MAJOR_VERSION 3)
55
set(MINOR_VERSION 3)
6-
set(PATCH_VERSION 1)
6+
set(PATCH_VERSION 2)
77

88
############################################
99

docs/html/Aggregation_8h.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<tr style="height: 56px;">
3030
<td id="projectalign" style="padding-left: 0.5em;">
3131
<div id="projectname">Carna
32-
&#160;<span id="projectnumber">Version 3.3.1</span>
32+
&#160;<span id="projectnumber">Version 3.3.2</span>
3333
</div>
3434
</td>
3535
</tr>

docs/html/Aggregation_8h_source.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<tr style="height: 56px;">
3030
<td id="projectalign" style="padding-left: 0.5em;">
3131
<div id="projectname">Carna
32-
&#160;<span id="projectnumber">Version 3.3.1</span>
32+
&#160;<span id="projectnumber">Version 3.3.2</span>
3333
</div>
3434
</td>
3535
</tr>

docs/html/Association_8h.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<tr style="height: 56px;">
3030
<td id="projectalign" style="padding-left: 0.5em;">
3131
<div id="projectname">Carna
32-
&#160;<span id="projectnumber">Version 3.3.1</span>
32+
&#160;<span id="projectnumber">Version 3.3.2</span>
3333
</div>
3434
</td>
3535
</tr>

docs/html/Association_8h_source.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<tr style="height: 56px;">
3030
<td id="projectalign" style="padding-left: 0.5em;">
3131
<div id="projectname">Carna
32-
&#160;<span id="projectnumber">Version 3.3.1</span>
32+
&#160;<span id="projectnumber">Version 3.3.2</span>
3333
</div>
3434
</td>
3535
</tr>

docs/html/BaseBuffer_8h.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<tr style="height: 56px;">
3030
<td id="projectalign" style="padding-left: 0.5em;">
3131
<div id="projectname">Carna
32-
&#160;<span id="projectnumber">Version 3.3.1</span>
32+
&#160;<span id="projectnumber">Version 3.3.2</span>
3333
</div>
3434
</td>
3535
</tr>

docs/html/BaseBuffer_8h_source.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<tr style="height: 56px;">
3030
<td id="projectalign" style="padding-left: 0.5em;">
3131
<div id="projectname">Carna
32-
&#160;<span id="projectnumber">Version 3.3.1</span>
32+
&#160;<span id="projectnumber">Version 3.3.2</span>
3333
</div>
3434
</td>
3535
</tr>

docs/html/BlendFunction_8h.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<tr style="height: 56px;">
3030
<td id="projectalign" style="padding-left: 0.5em;">
3131
<div id="projectname">Carna
32-
&#160;<span id="projectnumber">Version 3.3.1</span>
32+
&#160;<span id="projectnumber">Version 3.3.2</span>
3333
</div>
3434
</td>
3535
</tr>

docs/html/BlendFunction_8h_source.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<tr style="height: 56px;">
3030
<td id="projectalign" style="padding-left: 0.5em;">
3131
<div id="projectname">Carna
32-
&#160;<span id="projectnumber">Version 3.3.1</span>
32+
&#160;<span id="projectnumber">Version 3.3.2</span>
3333
</div>
3434
</td>
3535
</tr>

docs/html/BoundingBox_8h.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<tr style="height: 56px;">
3030
<td id="projectalign" style="padding-left: 0.5em;">
3131
<div id="projectname">Carna
32-
&#160;<span id="projectnumber">Version 3.3.1</span>
32+
&#160;<span id="projectnumber">Version 3.3.2</span>
3333
</div>
3434
</td>
3535
</tr>

0 commit comments

Comments
 (0)