branch | pyrit |
changeset 75 | 20dee9819b17 |
parent 72 | 7c3f38dff082 |
child 79 | 062b1c4143f7 |
--- a/ccdemos/textures.cc Mon Apr 21 08:47:36 2008 +0200 +++ b/ccdemos/textures.cc Mon Apr 21 09:05:09 2008 +0200 @@ -269,7 +269,7 @@ { pyrit_verbosity = 2; Float *fdata = (Float *) malloc(w*h*3*sizeof(Float)); - rt.ambientocclusion(300, 5.0, 0.5); + rt.ambientOcclusion(300, 5.0, 0.5); DefaultSampler sampler(fdata, w, h); sampler.setOversample(2); sampler.setSubsample(1);