We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c13170c commit 8475197Copy full SHA for 8475197
usage/src/Volume/PET_CT_Overlay.jsx
@@ -267,6 +267,13 @@ function Example(props) {
267
/>
268
<SliceRepresentation
269
kSlice={kSlice}
270
+ mapper={{
271
+ resolveCoincidentTopology: 'Polygon',
272
+ resolveCoincidentTopologyPolygonOffsetParameters: {
273
+ factor: 0,
274
+ offset: 2,
275
+ },
276
+ }}
277
property={{
278
opacity,
279
colorWindow: ptcolorWindow,
@@ -318,6 +325,13 @@ function Example(props) {
318
325
319
326
id='pt'
320
327
jSlice={jSlice}
328
329
330
331
332
333
334
321
335
322
336
323
337
0 commit comments