Skip to content
Snippets Groups Projects
Verified Commit b2e04fb6 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Cleanup

parent cd99d2ef
No related branches found
No related tags found
No related merge requests found
......@@ -472,7 +472,6 @@ function start_eventloop(rba)
isselected = idx == (abs(rba.simparams.hits_selector) % length(rba.hitsclouds) + 1)
!isselected && continue
hit_sizes = [h.tot >= rba.simparams.min_tot && t >= h.t ? (1+(rba.simparams.hit_scaling/5)) * sqrt(h.tot/255) : 0 for h hitscloud.hits]
# hit_sizes = [isselected && h.tot >= rba.simparams.min_tot && t >= h.t ? 10 : 0 for h in hitscloud.hits]
hitscloud.mesh.markersize = hit_sizes
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment