ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/common/bsdf.h
Revision 2.22 - (view) (download) (annotate) - [select for diffs]
Sun Apr 21 21:36:23 2013 UTC (11 years ago) by greg
Branch: MAIN
CVS Tags: rad4R2, rad4R2P1, rad4R2P2, rad5R0
Changes since 2.21: +9 -6 lines
Diff to previous 2.21
Added pointer indirection to make error reporting in other languages simpler

Revision 2.21 - (view) (download) (annotate) - [select for diffs]
Sat Jan 26 04:00:25 2013 UTC (11 years, 3 months ago) by greg
Branch: MAIN
Changes since 2.20: +3 -3 lines
Diff to previous 2.20
Added missing (but implied) "extern" modifiers

Revision 2.20 - (view) (download) (annotate) - [select for diffs]
Sat Oct 13 20:15:43 2012 UTC (11 years, 6 months ago) by greg
Branch: MAIN
Changes since 2.19: +1 -61 lines
Diff to previous 2.19
Corrected errors in XML interpreter and genBSDF and removed mkillum BSDF code

Revision 2.19 - (view) (download) (annotate) - [select for diffs]
Sun Sep 2 15:33:15 2012 UTC (11 years, 7 months ago) by greg
Branch: MAIN
Changes since 2.18: +5 -2 lines
Diff to previous 2.18
Fixes to reciprocity for tensor tree representation

Revision 2.18 - (view) (download) (annotate) - [select for diffs]
Mon Mar 5 00:17:06 2012 UTC (12 years, 1 month ago) by greg
Branch: MAIN
Changes since 2.17: +3 -1 lines
Diff to previous 2.17
Added recording of product and manufacturer names

Revision 2.17 - (view) (download) (annotate) - [select for diffs]
Sun Mar 4 20:11:10 2012 UTC (12 years, 1 month ago) by greg
Branch: MAIN
Changes since 2.16: +4 -1 lines
Diff to previous 2.16
Added routine for adding spectral distribution components

Revision 2.16 - (view) (download) (annotate) - [select for diffs]
Sun Aug 21 22:38:12 2011 UTC (12 years, 8 months ago) by greg
Branch: MAIN
CVS Tags: rad4R1
Changes since 2.15: +4 -4 lines
Diff to previous 2.15
Minor improvements to direct specular sampling

Revision 2.15 - (view) (download) (annotate) - [select for diffs]
Thu Jun 9 17:09:39 2011 UTC (12 years, 10 months ago) by greg
Branch: MAIN
Changes since 2.14: +5 -1 lines
Diff to previous 2.14
Fixes for Windows and bug fix in bsdf_m.c

Revision 2.14 - (view) (download) (annotate) - [select for diffs]
Wed Jun 8 15:37:46 2011 UTC (12 years, 10 months ago) by greg
Branch: MAIN
Changes since 2.13: +4 -4 lines
Diff to previous 2.13
Stratified specular sampling with -ss > 1

Revision 2.13 - (view) (download) (annotate) - [select for diffs]
Sun Jun 5 20:27:14 2011 UTC (12 years, 10 months ago) by greg
Branch: MAIN
Changes since 2.12: +10 -10 lines
Diff to previous 2.12
Fixed comments and potential bug in BSDF tree traversal

Revision 2.12 - (view) (download) (annotate) - [select for diffs]
Sun Apr 24 19:39:21 2011 UTC (13 years ago) by greg
Branch: MAIN
Changes since 2.11: +7 -9 lines
Diff to previous 2.11
Partial implementation of variable-resolution BSDFs

Revision 2.11 - (view) (download) (annotate) - [select for diffs]
Tue Apr 19 21:31:22 2011 UTC (13 years ago) by greg
Branch: MAIN
Changes since 2.10: +8 -6 lines
Diff to previous 2.10
Fixed interface for determining BSDF solid angles

Revision 2.10 - (view) (download) (annotate) - [select for diffs]
Mon Apr 11 03:47:46 2011 UTC (13 years ago) by greg
Branch: MAIN
Changes since 2.9: +3 -3 lines
Diff to previous 2.9
Final fix to Klems angles -- I hope

Revision 2.9 - (view) (download) (annotate) - [select for diffs]
Wed Feb 23 21:58:31 2011 UTC (13 years, 2 months ago) by greg
Branch: MAIN
Changes since 2.8: +3 -3 lines
Diff to previous 2.8
Fixed issue with coordinate orientation for front transmission

Revision 2.8 - (view) (download) (annotate) - [select for diffs]
Mon Feb 21 22:50:37 2011 UTC (13 years, 2 months ago) by greg
Branch: MAIN
Changes since 2.7: +6 -1 lines
Diff to previous 2.7
Corrected notion of "front" and "back" to coincide with surface normals

Revision 2.7 - (view) (download) (annotate) - [select for diffs]
Sat Feb 19 23:42:09 2011 UTC (13 years, 2 months ago) by greg
Branch: MAIN
Changes since 2.6: +4 -5 lines
Diff to previous 2.6
Fixes to BSDF including blurring of angle boundaries

Revision 2.6 - (view) (download) (annotate) - [select for diffs]
Sat Feb 19 01:48:59 2011 UTC (13 years, 2 months ago) by greg
Branch: MAIN
Changes since 2.5: +2 -2 lines
Diff to previous 2.5
Minor changes and fixes -- first working version of BSDF material

Revision 2.5 - (view) (download) (annotate) - [select for diffs]
Fri Feb 18 02:41:55 2011 UTC (13 years, 2 months ago) by greg
Branch: MAIN
Changes since 2.4: +7 -1 lines
Diff to previous 2.4
Minor fixes and adjustments

Revision 2.4 - (view) (download) (annotate) - [select for diffs]
Fri Feb 18 00:40:25 2011 UTC (13 years, 2 months ago) by greg
Branch: MAIN
Changes since 2.3: +246 -13 lines
Diff to previous 2.3
Major code reorg, moving mgflib to common and introducing BSDF material

Revision 2.3 - (view) (download) (annotate) - [select for diffs]
Fri Sep 3 23:53:50 2010 UTC (13 years, 7 months ago) by greg
Branch: MAIN
Changes since 2.2: +4 -2 lines
Diff to previous 2.2
Working version of genBSDF with detail geometry support in mkillum

Revision 2.2 - (view) (download) (annotate) - [select for diffs]
Mon Jun 14 22:02:22 2010 UTC (13 years, 10 months ago) by greg
Branch: MAIN
Changes since 2.1: +6 -1 lines
Diff to previous 2.1
Added #ifdef for inclusion

Revision 2.1 - (view) (download) (annotate) - [select for diffs]
Wed Jun 17 20:41:47 2009 UTC (14 years, 10 months ago) by greg
Branch: MAIN
CVS Tags: rad4R0
Created dctimestep utility for daylight coefficient calculations

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