qvolray
diff src/volray.cc @ 19:784d3d321caa
more demo
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Wed, 11 Apr 2012 06:44:06 +0300 |
parents | 3d05c261a2f4 |
children | 4c62be57fc1a |
line diff
1.1 --- a/src/volray.cc Wed Apr 11 06:08:59 2012 +0300 1.2 +++ b/src/volray.cc Wed Apr 11 06:44:06 2012 +0300 1.3 @@ -47,7 +47,7 @@ 1.4 static float xfer_mean = 0.7, xfer_sdev = 0.1; 1.5 static bool xfertex_needs_recalc = true; 1.6 1.7 -static float cur_z = 0.0; 1.8 +static float cur_z = 0.5; 1.9 static float ray_step = 0.01; 1.10 1.11 static Volume *volume;