You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, as of 3011c56, PerspectiveRenderEventDetail has the following interface:
exportinterfacePerspectiveRenderEventDetail{/** Value of -1 indicates that there are no visible segmentation layers */meshesLoaded: number,/** Value of -1 indicates that there are no visible segmentation layers */meshFragmentsLoaded: number,lastLoadedMeshId?: string}
It would be lovely to include an additional piece of information regarding from which layer the mesh loaded from. lastLoadedMeshId currently outputs the label index, but this falls short if there exist several segmentation layer, which is the case for big brain cyto map, as well as julich-brain v18.
For example, for big brain cyto, v1, v2 and interpolated maps are independent segmentation layers. On call to setMeshestoLoad for all three layers result in the emitted perspective events:
Currently, as of 3011c56, PerspectiveRenderEventDetail has the following interface:
It would be lovely to include an additional piece of information regarding from which layer the mesh loaded from. lastLoadedMeshId currently outputs the label index, but this falls short if there exist several segmentation layer, which is the case for big brain cyto map, as well as julich-brain v18.
For example, for big brain cyto, v1, v2 and interpolated maps are independent segmentation layers. On call to
setMeshestoLoad
for all three layers result in the emitted perspective events:edit: it would be ideal to have something like
or perhaps in a separate key
layer
, which would be idealThe text was updated successfully, but these errors were encountered: