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

Issue with Atmosphere.rays in 2D #38

Open
Goobley opened this issue Jun 8, 2022 · 0 comments
Open

Issue with Atmosphere.rays in 2D #38

Goobley opened this issue Jun 8, 2022 · 0 comments

Comments

@Goobley
Copy link
Owner

Goobley commented Jun 8, 2022

Seems that all 3 directions need to specified or a buffer error happens when the Context is being set up.

i.e.
atmos.rays(muz=1.0, wmu=0.0)
doesn't work, but
atmos.rays(muz=[1.0], muy=[0.0], mux=[0.0], wmu=[1.0]) does.

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