Skip to content

Commit 8475197

Browse files
committed
Ensure PET data is always over using coincident offset
1 parent c13170c commit 8475197

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

usage/src/Volume/PET_CT_Overlay.jsx

+14
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,13 @@ function Example(props) {
267267
/>
268268
<SliceRepresentation
269269
kSlice={kSlice}
270+
mapper={{
271+
resolveCoincidentTopology: 'Polygon',
272+
resolveCoincidentTopologyPolygonOffsetParameters: {
273+
factor: 0,
274+
offset: 2,
275+
},
276+
}}
270277
property={{
271278
opacity,
272279
colorWindow: ptcolorWindow,
@@ -318,6 +325,13 @@ function Example(props) {
318325
<SliceRepresentation
319326
id='pt'
320327
jSlice={jSlice}
328+
mapper={{
329+
resolveCoincidentTopology: 'Polygon',
330+
resolveCoincidentTopologyPolygonOffsetParameters: {
331+
factor: 0,
332+
offset: 2,
333+
},
334+
}}
321335
property={{
322336
opacity,
323337
colorWindow: ptcolorWindow,

0 commit comments

Comments
 (0)