When I use the script in the python/examples directory and open the corresponding viewer with the browser, the mesh is not rendered in the 3D view when I click on the selected segmengt of an id, other display functions and interaction functions work fine.
However, when I use npm run to get a neuroglancer server, I input the same source of segmentation layer and select the same ID of segment, I can render the corresponding mesh.
When I use the script in the
python/examples
directory and open the corresponding viewer with the browser, the mesh is not rendered in the 3D view when I click on the selected segmengt of an id, other display functions and interaction functions work fine.example_overlay.py
However, when I use
npm run
to get a neuroglancer server, I input the same source of segmentation layer and select the same ID of segment, I can render the corresponding mesh.I don't know how to solve this, please help!