We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af2199e commit ceb4bf2Copy full SHA for ceb4bf2
sightpy/camera.py
@@ -22,7 +22,7 @@ def __init__(self, look_from, look_at, screen_width = 400 ,screen_height = 300,
22
23
24
#if you use a lens_radius >= 0.0 make sure that samples_per_pixel is a large number. Otherwise you'll get a lot of noise
25
- self.lens_radius = aperture / 2;
+ self.lens_radius = aperture / 2.
26
self.focal_distance = focal_distance
27
28
0 commit comments