Skip to content

Commit

Permalink
forward glowwidth + glowcolor in Text for WGLMakie
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonDanisch committed May 14, 2024
1 parent e6b015e commit 490b99f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion WGLMakie/src/particles.jl
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,9 @@ function create_shader(scene::Scene, plot::Makie.Text{<:Tuple{<:Union{<:Makie.Gl
:uv_offset_width => uv_offset_width,
:transform_marker => get(plot.attributes, :transform_marker, Observable(true)),
:billboard => Observable(false),
:depth_shift => get(plot, :depth_shift, Observable(0f0))
:depth_shift => get(plot, :depth_shift, Observable(0f0)),
:glowwidth => plot.glowwidth,
:glowcolor => plot.glowcolor,
)

return scatter_shader(scene, uniforms, plot_attributes)
Expand Down

0 comments on commit 490b99f

Please sign in to comment.