Skip to content

Instantly share code, notes, and snippets.

@jefferis
Last active January 10, 2021 23:32
Show Gist options
  • Save jefferis/85013a51d4c72189c6a28b2afad705e0 to your computer and use it in GitHub Desktop.
Save jefferis/85013a51d4c72189c6a28b2afad705e0 to your computer and use it in GitHub Desktop.
neuroglancer layer to add a brain mesh
{
"source": "precomputed://https://spine.janelia.org/files/eric/jfrc_mesh_test",
"type": "segmentation",
"objectAlpha": 0.25,
"loadSkeletons": false,
"segments": [
"1"
],
"hiddenSegments": [
"2"
],
"skeletonRendering": {
"mode2d": "lines_and_points",
"mode3d": "lines"
},
"name": "jfrc_mesh_test"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment