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

The visualization of 3D image #68

Open
sodaGH opened this issue May 29, 2018 · 1 comment
Open

The visualization of 3D image #68

sodaGH opened this issue May 29, 2018 · 1 comment

Comments

@sodaGH
Copy link

sodaGH commented May 29, 2018

Thanks for your great work! I want to do the visualization work on my 3D data, and the code cannot work. Is the visualization for 3D data available now? Or can you tell me how to modify the code for the 3D visualization?
Thank you again! Looking forward to your reply :)

@jakebian
Copy link
Member

Yeah that would be a cool feature - it does take some work depends on what you want:

  • You can of course project 3D layer outputs to some 2D image, this amounts to modifying this line by pre-composing some 3D output with some projection matrix. This might not be as bad as it sounds if you choose some angle and do a perspective projection.

  • More generally that entire file is where output gets converted to an image. So presumably you can instead save it in some 3D format like a .obj. Then the browser application can be modified to load some webgl library and load that 3D file (where it currently loads the image). In summary the Quiver pipeline supports a workflow like this, one just needs to spend the effort writing the export code and the visualization layer.

Hope that helps, if you're serious about working on this would love to see a PR!

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

No branches or pull requests

2 participants