We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Check fn is_sphere_hit(center: &Point3, radius: f64, ray: &Ray) -> bool not showing the sphere in the generated ppm
Check https://github.com/ebkalderon/ray-tracing-in-one-weekend/commits/master/
The text was updated successfully, but these errors were encountered:
[none] Fixes issue where sphere not showing
e8a7765
- Fixed issue where red sphere not showing in the ppm image. - Error in calculating the location of upper left pixel %SOFTWARE Fixes #2
soumyasen1809
No branches or pull requests
Check
fn is_sphere_hit(center: &Point3, radius: f64, ray: &Ray) -> bool
not showing the sphere in the generated ppm
Check https://github.com/ebkalderon/ray-tracing-in-one-weekend/commits/master/
The text was updated successfully, but these errors were encountered: