Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NRRD format integration to MeshFactory #496

Open
enicolasgomez opened this issue May 16, 2023 · 1 comment
Open

NRRD format integration to MeshFactory #496

enicolasgomez opened this issue May 16, 2023 · 1 comment

Comments

@enicolasgomez
Copy link
Contributor

Goal is, similar as we've previously done with already supported formats (OBJ, GLTF, etc) we should add a loader for the mentioned format:

There's already an isolated viewer in here.

#417

One of the known challenges of this format is that the volume box is defined on the specification header:
https://teem.sourceforge.net/nrrd/format.html

So we've previously encountered issues when using the ThreeJS Canvas instance we are running on geppetto-meta, as the following items seem to be defined on the header:

  • 3d axis do not have a constant magnitude scale
  • orientation of the 3d axis is also pre-defined
  • there's potentially some camera state tweaking needed because of this

This card closes #417 as this is the actual integration to the code base.

@enicolasgomez
Copy link
Contributor Author

On a side note, as performance will be a challenge, consider https://github.com/google/neuroglancer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant