From 071bc3e6439d7775e9684dfeeb27d423d47167a9 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Sat, 11 Jan 2020 21:12:40 +0100 Subject: Add version of local fisheye sunrise with fancy plotting --- bluedot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bluedot.py') diff --git a/bluedot.py b/bluedot.py index 2f937e3..42bb9bc 100644 --- a/bluedot.py +++ b/bluedot.py @@ -41,7 +41,7 @@ for i in numpy.arange(*sun_range): sun = make_double3(numpy.cos(i*2*numpy.pi/360),numpy.sin(i*2*numpy.pi/360),0) print(sun) - program.render( + program.render_pinhole( cl_queue, (config['size_x'], config['size_y']), None, cl_picture, make_double3(*(config['eye_pos'] * earth['earth_radius'])), make_double3(*(config['eye_dir'] * earth['earth_radius'])), -- cgit v1.2.3