clray

diff src/rt.h @ 27:8b2f2ad14ae7

semi-fixed the kdtree construction
author John Tsiombikas <nuclear@member.fsf.org>
date Tue, 17 Aug 2010 20:35:00 +0100
parents 6c44e4b1726d
children 980bc07be868
line diff
     1.1 --- a/src/rt.h	Tue Aug 17 01:19:43 2010 +0100
     1.2 +++ b/src/rt.h	Tue Aug 17 20:35:00 2010 +0100
     1.3 @@ -8,6 +8,6 @@
     1.4  bool render();
     1.5  void set_xform(float *matrix, float *invtrans);
     1.6  
     1.7 -void dbg_render_gl(Scene *scn);
     1.8 +void dbg_render_gl(Scene *scn, bool show_tree = false, bool show_obj = true);
     1.9  
    1.10  #endif	/* RT_H_ */