forked from google/neuroglancer
-
Notifications
You must be signed in to change notification settings - Fork 10
Meshes
Ignacio Tartavull edited this page Jul 17, 2017
·
3 revisions
Meshes are stored in a binary format described here https://github.com/seung-lab/neuroglancer/wiki/Precomputed-API#mesh-representation-of-segmented-object-surfaces Meshes are created from our segmentation using this script. Mesh files can be gzipped. The frontend decodes these mesh files with this script, before passing the output to the GPU.