Skip to content

Commit

Permalink
Set neuropil transparency to 1.0, else broken on iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
rmorey committed Jul 17, 2023
1 parent 02f6af6 commit af379bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/nglui.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ def url_for_neuropils(segment_ids=None):
{
"type": "segmentation",
"mesh": "precomputed://gs://flywire_neuropil_meshes/neuropils/neuropil_mesh_v141_v3",
"objectAlpha": 0.90,
"objectAlpha": 1.0, # workaround for broken transparency on iOS: https://github.com/google/neuroglancer/issues/471
"tab": "source",
"segments": segment_ids,
"segmentColors": {
Expand Down

0 comments on commit af379bf

Please sign in to comment.