seung-lab / neuroglancer

WebGL-based viewer for volumetric data
https://neuromancer-seung-import.appspot.com/
Apache License 2.0
22 stars 10 forks source link

can we visualize mesh file directly? such as obj or ply file. #267

Open xiuliren opened 5 years ago

xiuliren commented 5 years ago

the file is in cloud storage with a name of segment id, such as 31234.obj

currently, I can create manifest and neuroglancer mesh format to do it. it would be nice to visualize the whole mesh directly without fragments.

nkemnitz commented 5 years ago

To clarify, because of your last sentence: You would like support for different mesh file formats, or are you looking for a way to visualize arbitrarily large meshes - as a single fragment file?

xiuliren commented 5 years ago

different mesh file formats. This is for the rhombomere segments visualization, I have manually created manifest files to make it work. Not urgent now.