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

Add rain field to visualizer #12

Open
goord opened this issue Jan 17, 2024 · 0 comments
Open

Add rain field to visualizer #12

goord opened this issue Jan 17, 2024 · 0 comments
Assignees

Comments

@goord
Copy link
Member

goord commented Jan 17, 2024

The rain field (qr) is an extra 3d field that can be visualized within zarrviz. It is sparse and can be displayed together with the clouds. Instead of the intricate physics-based rendering for the clouds, we can use a simple transfer function to render it (still volume rendering though). For the rendering, I see two possiblities

  1. We add it to the cloud volume shader. The benefit is that this is possibly less work to implement, it is possibly less heavy on the GPU when looking at clouds+rain. It could also give less issues for visbility blocking.
  2. We implement it as a separate shader material. This is the more modular approach.

Combining ql and qr will be a challenge because they have a different vertical extent.

ctwhome added a commit that referenced this issue Mar 1, 2024
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

2 participants