If two geometry files are loaded, and they color by same scalars name, here is a problem?
See original GitHub issueI have loaded two geometry files, they are like this.
- Vessel.vtk
- Segmentation.vtk
When I show them at the same time and all color by scalars
. It will like this, they are rendering by one colormap.
It seems that they are using the same ~representation~lookupColorTable(I have read the code), is it a deliberate design?
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Slicer/DICOMScalarVolumePlugin.py at main - Modules - GitHub
This is the plugin to handle translation of scalar volumes. # from DICOM files into MRML nodes. It follows the DICOM module's. #...
Read more >Blender for scientific visualization - Point color interpolation ...
Problem I am trying to avoid: Because of the way blender interpolates the colors of the underlying triangles of the geometry, the colors...
Read more >VTK File Formats
If the file format is ASCII, the color scalars are defined using nValues float values between (0,1). If the file format is BINARY,...
Read more >integer operations review answer key - Le Case Tecnologiche
Factoring Sum and Difference of Two Cubes: Practice Problems. Integer Operations Color by Number- Answer Key -5 -5 -5 -5 21 21 21...
Read more >EE263 homework problems Lecture 2 – Linear functions and ...
Two goods are called substitutes if they provide a similar service or other ... The data for this problem is in the an...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I see, thank you very much.
Same field name should have a shared color scale otherwise you could not compare the temperature of 2 objects accurately. If you want to get independent coloring for meshes, you should not name your field
scalars
everywhere. You could use the name of your geometry assuming that one is unique.