ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/rt/pmapmat.c
Revision 2.24 - (view) (download) (annotate) - [select for diffs]
Mon Feb 22 13:27:49 2021 UTC (3 years, 2 months ago) by rschregle
Branch: MAIN
CVS Tags: HEAD, rad5R4
Changes since 2.23: +63 -41 lines
Diff to previous 2.23
style(mkpmap): revised headers and indentation/linebreaks

Revision 2.23 - (view) (download) (annotate) - [select for diffs]
Wed Jan 20 19:44:15 2021 UTC (3 years, 3 months ago) by rschregle
Branch: MAIN
Changes since 2.22: +2 -2 lines
Diff to previous 2.22
fix(mkpmap): undefined photon ray dir in brdfPhotonScatter()

Revision 2.22 - (view) (download) (annotate) - [select for diffs]
Mon Jan 13 17:12:19 2020 UTC (4 years, 3 months ago) by rschregle
Branch: MAIN
CVS Tags: rad5R3
Changes since 2.21: +3 -4 lines
Diff to previous 2.21
Minor comments fix

Revision 2.21 - (view) (download) (annotate) - [select for diffs]
Thu Dec 6 20:00:35 2018 UTC (5 years, 4 months ago) by rschregle
Branch: MAIN
Changes since 2.20: +28 -28 lines
Diff to previous 2.20
Fixed material pointer init bug in normal & aniso photon scattering routines

Revision 2.20 - (view) (download) (annotate) - [select for diffs]
Thu Dec 6 12:21:38 2018 UTC (5 years, 4 months ago) by rschregle
Branch: MAIN
Changes since 2.19: +138 -114 lines
Diff to previous 2.19
Added rudimentary (diffuse only) photon scattering for *data and *func

Revision 2.19 - (view) (download) (annotate) - [select for diffs]
Tue Dec 4 21:58:46 2018 UTC (5 years, 5 months ago) by rschregle
Branch: MAIN
Changes since 2.18: +342 -63 lines
Diff to previous 2.18
Added (rudimentary) support for BRTDfunc

Revision 2.18 - (view) (download) (annotate) - [select for diffs]
Tue Jun 26 14:42:18 2018 UTC (5 years, 10 months ago) by greg
Branch: MAIN
CVS Tags: rad5R2
Changes since 2.17: +2 -2 lines
Diff to previous 2.17
Decided to go with "aBSDF" for "aperture BSDF" rather than "sBSDF"

Revision 2.17 - (view) (download) (annotate) - [select for diffs]
Mon Jun 25 20:49:10 2018 UTC (5 years, 10 months ago) by greg
Branch: MAIN
Changes since 2.16: +16 -11 lines
Diff to previous 2.16
Added sBSDF material type for explicit control over peak extraction

Revision 2.16 - (view) (download) (annotate) - [select for diffs]
Mon Jun 11 12:46:51 2018 UTC (5 years, 10 months ago) by rschregle
Branch: MAIN
Changes since 2.15: +16 -22 lines
Diff to previous 2.15
Fixed handling of negative BSDF thickness during photon tracing

Revision 2.15 - (view) (download) (annotate) - [select for diffs]
Tue Mar 20 19:55:33 2018 UTC (6 years, 1 month ago) by rschregle
Branch: MAIN
Changes since 2.14: +2 -2 lines
Diff to previous 2.14
Added -ae/-ai ambient exclude options to mkpmap, cleaned up opt parsing.

Revision 2.14 - (view) (download) (annotate) - [select for diffs]
Fri Feb 2 19:47:55 2018 UTC (6 years, 3 months ago) by rschregle
Branch: MAIN
Changes since 2.13: +4 -1 lines
Diff to previous 2.13
Added -lr, -ld options to mkpmap, enabled -api

Revision 2.13 - (view) (download) (annotate) - [select for diffs]
Tue May 17 17:39:47 2016 UTC (7 years, 11 months ago) by rschregle
Branch: MAIN
CVS Tags: rad5R1
Changes since 2.12: +24 -22 lines
Diff to previous 2.12
Initial import of ooC photon map

Revision 2.12 - (view) (download) (annotate) - [select for diffs]
Tue Feb 23 12:42:41 2016 UTC (8 years, 2 months ago) by rschregle
Branch: MAIN
Changes since 2.11: +1 -1 lines
Diff to previous 2.11
Revised PMAP overcounting macros in pmapmat.h, added one in badcomponent()
for overcounted caustics from transferred shadow/ambient rays

Revision 2.11 - (view) (download) (annotate) - [select for diffs]
Tue Oct 20 15:49:44 2015 UTC (8 years, 6 months ago) by rschregle
Branch: MAIN
Changes since 2.10: +6 -3 lines
Diff to previous 2.10
Fixed handling of void alias with photon mapping

Revision 2.10 - (view) (download) (annotate) - [select for diffs]
Tue Sep 29 18:16:34 2015 UTC (8 years, 7 months ago) by rschregle
Branch: MAIN
Changes since 2.9: +40 -7 lines
Diff to previous 2.9
Improved handling of mixtures and photon ports with photon mapping

Revision 2.9 - (view) (download) (annotate) - [select for diffs]
Tue Sep 1 16:27:52 2015 UTC (8 years, 8 months ago) by greg
Branch: MAIN
CVS Tags: rad5R0
Changes since 2.8: +1 -2 lines
Diff to previous 2.8
Removed redundant $Id: in file

Revision 2.8 - (view) (download) (annotate) - [select for diffs]
Tue Aug 18 18:45:55 2015 UTC (8 years, 8 months ago) by greg
Branch: MAIN
Changes since 2.7: +4 -1 lines
Diff to previous 2.7
Added missing RCSid forgotten during initial check-in

Revision 2.7 - (view) (download) (annotate) - [select for diffs]
Wed May 27 17:54:19 2015 UTC (8 years, 11 months ago) by rschregle
Branch: MAIN
Changes since 2.6: +8 -291 lines
Diff to previous 2.6
Removed dead code in bsdfPhotonScatter()

Revision 2.6 - (view) (download) (annotate) - [select for diffs]
Fri May 22 10:27:40 2015 UTC (8 years, 11 months ago) by greg
Branch: MAIN
Changes since 2.5: +26 -13 lines
Diff to previous 2.5
Fixed sampling of CFS with detailed geometry

Revision 2.5 - (view) (download) (annotate) - [select for diffs]
Thu May 21 05:54:54 2015 UTC (8 years, 11 months ago) by greg
Branch: MAIN
Changes since 2.4: +3 -3 lines
Diff to previous 2.4
Made axis randomization optional in getperpendicular()

Revision 2.4 - (view) (download) (annotate) - [select for diffs]
Wed May 20 15:59:44 2015 UTC (8 years, 11 months ago) by greg
Branch: MAIN
Changes since 2.3: +6 -16 lines
Diff to previous 2.3
Fixed bug in non-zero texture testing

Revision 2.3 - (view) (download) (annotate) - [select for diffs]
Fri May 8 13:20:23 2015 UTC (8 years, 11 months ago) by rschregle
Branch: MAIN
Changes since 2.2: +9 -2 lines
Diff to previous 2.2
Double-counting bugfix for glow sources (thanks DGM!), revised copyright

Revision 2.2 - (view) (download) (annotate) - [select for diffs]
Wed Apr 22 15:50:44 2015 UTC (9 years ago) by rschregle
Branch: MAIN
Changes since 2.1: +375 -138 lines
Diff to previous 2.1
bsdfPhotonScatter() now uses SDsampBSDF() from BSDF library rather than
homebrew sampling code...

Revision 2.1 - (view) (download) (annotate) - [select for diffs]
Tue Feb 24 19:39:27 2015 UTC (9 years, 2 months ago) by greg
Branch: MAIN
Initial check-in of photon map addition by Roland Schregle

Convenience Links

Links to HEAD: (view) (download) (annotate) Links to HEAD: (view) (download) (annotate)

Compare Revisions

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a