Menu

#1 Flexible sampling class

open
nobody
None
5
2004-10-27
2004-10-27
No

Flexible sampling class
* at the moment only used in RAYTRACER class for
subsampling/anit-aliasing
* apart from uniform sampling: random and stratified
* prepared for adaptive sampling, but not implemented
yet
* will be needed later for path tracing

To apply the patch
cd xxx/raypp
patch -p2 -u -i samplepatch.txt

On Window additionally use the -l option

Discussion

  • Andreas Kahler

    Andreas Kahler - 2004-10-27

    Flexible sampling class

     
  • Andreas Kahler

    Andreas Kahler - 2004-10-27

    Logged In: YES
    user_id=1123201

    I added sampling to phongtest if you want to try it out.

     

Log in to post a comment.