You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The removeWhiteColor is very convenient to merge a cartographic layer with an ortho layer, but a removeBlackColor could be useful to manage local or partial layers. For example a high resolution layer (or a newly updated layer) on a city or a region, with black on non-available areas.
Expected Behavior
if the intensity is less than a threshold, alpha becomes zero
Actual Behavior
Not available
Possible Cause/Fix/Solution
add a new colorLayerEffects in LayeredMaterial.js
add a applyBlackToInvisibleEffect in color_layers_pars_fragment.glsl
This discussion was converted from issue #1710 on September 06, 2021 13:10.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
The removeWhiteColor is very convenient to merge a cartographic layer with an ortho layer, but a removeBlackColor could be useful to manage local or partial layers. For example a high resolution layer (or a newly updated layer) on a city or a region, with black on non-available areas.
Expected Behavior
if the intensity is less than a threshold, alpha becomes zero
Actual Behavior
Not available
Possible Cause/Fix/Solution
Beta Was this translation helpful? Give feedback.
All reactions