diff -r 09aedbf5f95f -r 20dee9819b17 ccdemos/textures.cc --- 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);