Color mapping discontinuity in `surface` surfacecolor
See original GitHub issueSee http://codepen.io/etpinard/pen/xEVOwZ
where odd looking line appear on the surface e.g.
I believe this issue is related to how colormap
is handling custom colorscale. The colormap
package is a dependency of the gl-surface3d
gl-vis module.
Issue Analytics
- State:
- Created 7 years ago
- Comments:12 (12 by maintainers)
Top Results From Across the Web
(PDF) Color-Stripe Structured Light Robust to Surface ...
In this paper, we present methods to alleviate those problems. Log-gradient filters are employed to reduce the influence of object colors, and ...
Read more >A Surface Reconstruction Method Using Global Graph Cut ...
result in image discontinuities. Surface color is approxi- mated using the voxel set and two maps (Fig. 5) of the potential discontinuities are...
Read more >Simplifying Surfaces with Color and Texture using Quadric ...
[2] developed an algorithm capable of repa- rameterizing texture maps as a surface is simplified. In this paper, we begin by restating our...
Read more >A Network for Image Segmentation Using Color
discontinuities in the image irradiance that mark material boundaries. The problems that segmentation algorithms ... to regions of constant surface color.
Read more >Surface expressions of discontinuities, and the estimation of ...
actual discontinuity surfaces that are exposed in the rock cut. ... (b) point and intensity, (c) point, intensity, and mapped color. .................... 32....
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 FreeTop 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
Top GitHub Comments
Not for this since it’s complex-aware and so is a bigger project, but I made a glslify shader, glsl-domain-coloring that tries to really do complex colormaps the right way. If it were possible to pass extra real/imag components, then this could conceivably be dropped in. But again, that’s a bigger project.
@rreusser oh, that is nice solution, all we have to do is just to pick color in vertex shader indeed.
I’ll make a PR to gl-surface3d