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
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 :)
The text was updated successfully, but these errors were encountered:
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!
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 :)
The text was updated successfully, but these errors were encountered: