ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/cv/bsdfinterp.c
Revision 2.20 - (view) (download) (annotate) - [select for diffs]
Sun Oct 26 17:35:53 2014 UTC (9 years, 5 months ago) by greg
Branch: MAIN
CVS Tags: rad4R2P2, rad5R0
Changes since 2.19: +1 -3 lines
Diff to previous 2.19 , to selected 2.13
Fixing minor compiler warnings

Revision 2.19 - (view) (download) (annotate) - [select for diffs]
Thu Aug 21 10:33:48 2014 UTC (9 years, 7 months ago) by greg
Branch: MAIN
CVS Tags: rad4R2P1
Changes since 2.18: +4 -2 lines
Diff to previous 2.18 , to selected 2.13
Added grazing angle extrapolation to BSDF interpolation

Revision 2.18 - (view) (download) (annotate) - [select for diffs]
Mon Mar 24 17:22:33 2014 UTC (10 years ago) by greg
Branch: MAIN
CVS Tags: rad4R2
Changes since 2.17: +6 -5 lines
Diff to previous 2.17 , to selected 2.13
Major bug in isotropic material interpolation near normal

Revision 2.17 - (view) (download) (annotate) - [select for diffs]
Wed Feb 19 05:16:06 2014 UTC (10 years, 1 month ago) by greg
Branch: MAIN
Changes since 2.16: +1 -87 lines
Diff to previous 2.16 , to selected 2.13
Eliminated redundant code added in last change to bsdfmesh.c

Revision 2.16 - (view) (download) (annotate) - [select for diffs]
Tue Feb 18 16:06:51 2014 UTC (10 years, 1 month ago) by greg
Branch: MAIN
Changes since 2.15: +7 -7 lines
Diff to previous 2.15 , to selected 2.13
Added normal incidence interpolation for quadrilateral and radial symmetry

Revision 2.15 - (view) (download) (annotate) - [select for diffs]
Wed Oct 23 03:41:39 2013 UTC (10 years, 5 months ago) by greg
Branch: MAIN
Changes since 2.14: +5 -1 lines
Diff to previous 2.14 , to selected 2.13
Fixed rounding error

Revision 2.14 - (view) (download) (annotate) - [select for diffs]
Tue Oct 22 04:29:27 2013 UTC (10 years, 5 months ago) by greg
Branch: MAIN
Changes since 2.13: +16 -12 lines
Diff to previous 2.13
Added bsdf2rad test program and fixed bug in normalization for interpolant

Revision 2.13 - (view) (download) (annotate) - [selected]
Thu Sep 26 17:15:22 2013 UTC (10 years, 6 months ago) by greg
Branch: MAIN
Changes since 2.12: +14 -6 lines
Diff to previous 2.12
Added limit to number of lobes for edge advection as well

Revision 2.12 - (view) (download) (annotate) - [select for diffs]
Thu Sep 26 17:05:00 2013 UTC (10 years, 6 months ago) by greg
Branch: MAIN
Changes since 2.11: +13 -7 lines
Diff to previous 2.11 , to selected 2.13
Added -l option to limit maximum number of RBF lobes for interpolation

Revision 2.11 - (view) (download) (annotate) - [select for diffs]
Sat Jun 29 21:03:25 2013 UTC (10 years, 9 months ago) by greg
Branch: MAIN
Changes since 2.10: +2 -2 lines
Diff to previous 2.10 , to selected 2.13
Fixed problem with acos(1) returning NaN

Revision 2.10 - (view) (download) (annotate) - [select for diffs]
Fri Dec 14 23:16:43 2012 UTC (11 years, 3 months ago) by greg
Branch: MAIN
Changes since 2.9: +19 -20 lines
Diff to previous 2.9 , to selected 2.13
Improved formatting

Revision 2.9 - (view) (download) (annotate) - [select for diffs]
Fri Dec 14 22:41:44 2012 UTC (11 years, 3 months ago) by greg
Branch: MAIN
Changes since 2.8: +40 -26 lines
Diff to previous 2.8 , to selected 2.13
Fixed missing interpolation value bug

Revision 2.8 - (view) (download) (annotate) - [select for diffs]
Wed Dec 12 04:49:59 2012 UTC (11 years, 3 months ago) by greg
Branch: MAIN
Changes since 2.7: +8 -8 lines
Diff to previous 2.7 , to selected 2.13
Fixed main bug, which was forgetting Klems axis reversal

Revision 2.7 - (view) (download) (annotate) - [select for diffs]
Mon Nov 26 07:02:20 2012 UTC (11 years, 4 months ago) by greg
Branch: MAIN
Changes since 2.6: +5 -6 lines
Diff to previous 2.6 , to selected 2.13
Fixed bug introduced during last change

Revision 2.6 - (view) (download) (annotate) - [select for diffs]
Thu Nov 22 06:07:17 2012 UTC (11 years, 4 months ago) by greg
Branch: MAIN
Changes since 2.5: +11 -9 lines
Diff to previous 2.5 , to selected 2.13
Bug fix in geodesic() and other minor improvements

Revision 2.5 - (view) (download) (annotate) - [select for diffs]
Thu Nov 8 00:31:17 2012 UTC (11 years, 4 months ago) by greg
Branch: MAIN
Changes since 2.4: +15 -5 lines
Diff to previous 2.4 , to selected 2.13
Isotropic BRDF interpolation seems to work now

Revision 2.4 - (view) (download) (annotate) - [select for diffs]
Tue Oct 23 21:09:29 2012 UTC (11 years, 5 months ago) by greg
Branch: MAIN
Changes since 2.3: +62 -35 lines
Diff to previous 2.3 , to selected 2.13
First semi-working version

Revision 2.3 - (view) (download) (annotate) - [select for diffs]
Tue Oct 23 05:10:42 2012 UTC (11 years, 5 months ago) by greg
Branch: MAIN
Changes since 2.2: +96 -184 lines
Diff to previous 2.2 , to selected 2.13
Hopeful bug fix in BSDF interpolation code

Revision 2.2 - (view) (download) (annotate) - [select for diffs]
Sat Oct 20 07:02:00 2012 UTC (11 years, 5 months ago) by greg
Branch: MAIN
Changes since 2.1: +9 -9 lines
Diff to previous 2.1 , to selected 2.13
Bug fixes and minor improvements

Revision 2.1 - (view) (download) (annotate) - [select for diffs]
Fri Oct 19 04:14:29 2012 UTC (11 years, 5 months ago) by greg
Branch: MAIN
Diff to selected 2.13
Broke pabopto2xml into pabopto2bsdf and bsdf2ttree

Convenience Links

Links to HEAD: (view) (download) (annotate) Links to rad4R2P2: (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