ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/rt/pmapdata.c
Revision 2.22 - (view) (download) (annotate) - [select for diffs]
Wed Apr 8 15:14:21 2020 UTC (4 years ago) by rschregle
Branch: MAIN
CVS Tags: rad5R3
Changes since 2.21: +37 -8 lines
Diff to previous 2.21
Fixed est00pid bug in single photon lookups that returned junk when none found, added code to detect and handle (ignore).

Revision 2.21 - (view) (download) (annotate) - [select for diffs]
Fri May 10 17:43:22 2019 UTC (4 years, 11 months ago) by rschregle
Branch: MAIN
Changes since 2.20: +19 -3 lines
Diff to previous 2.20
Factored out ray weight when setting photon flux in newPhoton(), as it
(erroneously) attenuates volume photons in participating media.
Prehistoric artefact?

Revision 2.20 - (view) (download) (annotate) - [select for diffs]
Fri Mar 8 17:25:17 2019 UTC (5 years, 1 month ago) by rschregle
Branch: MAIN
Changes since 2.19: +6 -6 lines
Diff to previous 2.19
Minor comments fix

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

Revision 2.18 - (view) (download) (annotate) - [select for diffs]
Mon Aug 14 21:12:10 2017 UTC (6 years, 8 months ago) by rschregle
Branch: MAIN
CVS Tags: rad5R1
Changes since 2.17: +97 -74 lines
Diff to previous 2.17
Updated photon map code for Windows; no multproc or ooC for now

Revision 2.17 - (view) (download) (annotate) - [select for diffs]
Thu Sep 29 20:51:07 2016 UTC (7 years, 7 months ago) by greg
Branch: MAIN
Changes since 2.16: +5 -4 lines
Diff to previous 2.16
Conditional compile of fsync() call for Windows

Revision 2.16 - (view) (download) (annotate) - [select for diffs]
Wed Sep 28 22:19:18 2016 UTC (7 years, 7 months ago) by greg
Branch: MAIN
Changes since 2.15: +4 -2 lines
Diff to previous 2.15
Made fcntl() call compile conditionally for Windows

Revision 2.15 - (view) (download) (annotate) - [select for diffs]
Tue May 17 17:39:47 2016 UTC (7 years, 11 months ago) by rschregle
Branch: MAIN
Changes since 2.14: +383 -504 lines
Diff to previous 2.14
Initial import of ooC photon map

Revision 2.14 - (view) (download) (annotate) - [select for diffs]
Thu Feb 4 11:36:59 2016 UTC (8 years, 2 months ago) by rschregle
Branch: MAIN
Changes since 2.13: +9 -5 lines
Diff to previous 2.13
Minor pmapcontrib cleanup, revised photon normal test in pmapdata

Revision 2.13 - (view) (download) (annotate) - [select for diffs]
Wed Sep 9 16:08:46 2015 UTC (8 years, 7 months ago) by rschregle
Branch: MAIN
CVS Tags: rad5R0
Changes since 2.12: +3 -1 lines
Diff to previous 2.12
Disabled warnings about itsy bitsy photon search radius

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

Revision 2.11 - (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.10: +4 -1 lines
Diff to previous 2.10
Added missing RCSid forgotten during initial check-in

Revision 2.10 - (view) (download) (annotate) - [select for diffs]
Wed Jul 29 18:54:20 2015 UTC (8 years, 9 months ago) by rschregle
Branch: MAIN
Changes since 2.9: +9 -3 lines
Diff to previous 2.9
Fixed bug with handling of -am rendering option, removed redundant code

Revision 2.9 - (view) (download) (annotate) - [select for diffs]
Wed May 27 19:15:27 2015 UTC (8 years, 11 months ago) by rschregle
Branch: MAIN
Changes since 2.8: +3 -3 lines
Diff to previous 2.8
maxDistFix (fixed max photon search radius) now squared in findPhotons()

Revision 2.8 - (view) (download) (annotate) - [select for diffs]
Tue May 26 13:31:19 2015 UTC (8 years, 11 months ago) by rschregle
Branch: MAIN
Changes since 2.7: +27 -22 lines
Diff to previous 2.7
-am option to rpict/rvu/rtrace now sets fixed max photon search radius,
-overriding the adaptive max search radius

Revision 2.7 - (view) (download) (annotate) - [select for diffs]
Tue May 26 11:26:27 2015 UTC (8 years, 11 months ago) by rschregle
Branch: MAIN
Changes since 2.6: +4 -3 lines
Diff to previous 2.6
Added stochastic photon coplanarity test in
NearestNeighbours()/Nearest1Neighbour()

Revision 2.6 - (view) (download) (annotate) - [select for diffs]
Thu May 21 13:54:59 2015 UTC (8 years, 11 months ago) by greg
Branch: MAIN
Changes since 2.5: +2 -2 lines
Diff to previous 2.5
Added calls to findmaterial() and simplified photon map shadow check

Revision 2.5 - (view) (download) (annotate) - [select for diffs]
Wed May 20 14:44:12 2015 UTC (8 years, 11 months ago) by greg
Branch: MAIN
Changes since 2.4: +6 -4 lines
Diff to previous 2.4
Reduced primary photon struct size using encoded direction

Revision 2.4 - (view) (download) (annotate) - [select for diffs]
Wed May 20 12:58:31 2015 UTC (8 years, 11 months ago) by greg
Branch: MAIN
Changes since 2.3: +2 -2 lines
Diff to previous 2.3
Added appropriate setting of ray parameters for bin rcontrib evaluation

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: +22 -13 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:44:57 2015 UTC (9 years ago) by rschregle
Branch: MAIN
Changes since 2.1: +3 -1 lines
Diff to previous 2.1
Conditionally disabled warning about clamped max photon lookup radius.

Revision 2.1 - (view) (download) (annotate) - [select for diffs]
Tue Feb 24 19:39:26 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 rad5R3: (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