Skip to content

Commit 741914a

Browse files
authored
add translucency to outlineColor
fix for CesiumGS#8553 PR adds translucency to outlineColor in BillboardCollectionVS
1 parent 3b54b9d commit 741914a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Source/Shaders/BillboardCollectionVS.glsl

+1
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,7 @@ if (lengthSq < disableDepthTestDistance) {
423423

424424
v_outlineWidth = outlineWidth / 255.0;
425425
v_outlineColor = outlineColor;
426+
v_outlineColor.a *= translucency;
426427
#endif
427428

428429
v_pickColor = pickColor;

0 commit comments

Comments
 (0)