ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/common/bsdf_t.c
Revision 3.36 - (view) (download) (annotate) - [select for diffs]
Tue Nov 11 23:33:21 2014 UTC (9 years, 5 months ago) by greg
Branch: MAIN
CVS Tags: rad4R2P2
Changes since 3.35: +2 -2 lines
Diff to previous 3.35
Fixed segmentation error thanks to Roland Schregle

Revision 3.35 - (view) (download) (annotate) - [select for diffs]
Mon Mar 24 04:00:45 2014 UTC (10 years, 1 month ago) by greg
Branch: MAIN
CVS Tags: rad4R2, rad4R2P1
Changes since 3.34: +2 -2 lines
Diff to previous 3.34
Minor optimizations should not affect results

Revision 3.34 - (view) (download) (annotate) - [select for diffs]
Sun Mar 23 19:24:11 2014 UTC (10 years, 1 month ago) by greg
Branch: MAIN
Changes since 3.33: +3 -4 lines
Diff to previous 3.33
Eliminated unnecessary copy

Revision 3.33 - (view) (download) (annotate) - [select for diffs]
Fri Mar 21 17:49:53 2014 UTC (10 years, 1 month ago) by greg
Branch: MAIN
Changes since 3.32: +3 -2 lines
Diff to previous 3.32
Added protection against negative BSDF values

Revision 3.32 - (view) (download) (annotate) - [select for diffs]
Mon Mar 17 01:53:51 2014 UTC (10 years, 1 month ago) by greg
Branch: MAIN
Changes since 3.31: +4 -4 lines
Diff to previous 3.31
Minor modification should not affect results

Revision 3.31 - (view) (download) (annotate) - [select for diffs]
Thu Aug 8 05:26:56 2013 UTC (10 years, 8 months ago) by greg
Branch: MAIN
Changes since 3.30: +5 -3 lines
Diff to previous 3.30
Fixed bug in sampling of isotropic tensor trees from surface normal direction

Revision 3.30 - (view) (download) (annotate) - [select for diffs]
Thu Jul 4 15:14:45 2013 UTC (10 years, 9 months ago) by greg
Branch: MAIN
Changes since 3.29: +2 -2 lines
Diff to previous 3.29
Added extra checks where projected solid angle is undefined

Revision 3.29 - (view) (download) (annotate) - [select for diffs]
Thu Jul 4 01:24:17 2013 UTC (10 years, 9 months ago) by greg
Branch: MAIN
Changes since 3.28: +7 -5 lines
Diff to previous 3.28
Fixed bug in last bug fix

Revision 3.28 - (view) (download) (annotate) - [select for diffs]
Thu Jul 4 01:22:47 2013 UTC (10 years, 9 months ago) by greg
Branch: MAIN
Changes since 3.27: +2 -2 lines
Diff to previous 3.27
Removed last memory error caused by stray ray samples

Revision 3.27 - (view) (download) (annotate) - [select for diffs]
Tue Apr 23 17:25:23 2013 UTC (11 years ago) by greg
Branch: MAIN
Changes since 3.26: +5 -2 lines
Diff to previous 3.26
Fixed bug in accounting of diffuse transmitted component

Revision 3.26 - (view) (download) (annotate) - [select for diffs]
Sat Sep 29 21:18:20 2012 UTC (11 years, 6 months ago) by greg
Branch: MAIN
Changes since 3.25: +2 -2 lines
Diff to previous 3.25
Bug fix in reciprocity code -- caused infinite loop

Revision 3.25 - (view) (download) (annotate) - [select for diffs]
Mon Sep 10 18:06:08 2012 UTC (11 years, 7 months ago) by greg
Branch: MAIN
Changes since 3.24: +21 -11 lines
Diff to previous 3.24
Hopeful fixes to tensor tree reciprocity and orientation

Revision 3.24 - (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 3.23: +82 -22 lines
Diff to previous 3.23
Fixes to reciprocity for tensor tree representation

Revision 3.23 - (view) (download) (annotate) - [select for diffs]
Mon Aug 22 18:21:05 2011 UTC (12 years, 8 months ago) by greg
Branch: MAIN
CVS Tags: rad4R1
Changes since 3.22: +2 -2 lines
Diff to previous 3.22
Fixed bug in Hilbert conversion

Revision 3.22 - (view) (download) (annotate) - [select for diffs]
Mon Aug 22 14:19:49 2011 UTC (12 years, 8 months ago) by greg
Branch: MAIN
Changes since 3.21: +6 -3 lines
Diff to previous 3.21
Fixed performance issue caused by last change

Revision 3.21 - (view) (download) (annotate) - [select for diffs]
Mon Aug 22 05:48:39 2011 UTC (12 years, 8 months ago) by greg
Branch: MAIN
Changes since 3.20: +9 -5 lines
Diff to previous 3.20
Fixed floating point epsilon errors in position branch testing

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

Revision 3.19 - (view) (download) (annotate) - [select for diffs]
Thu Jul 7 15:25:09 2011 UTC (12 years, 9 months ago) by greg
Branch: MAIN
Changes since 3.18: +2 -2 lines
Diff to previous 3.18
Fixed bug for MING32 and non-square matrices, allowing multiple angle bases

Revision 3.18 - (view) (download) (annotate) - [select for diffs]
Tue Jun 28 21:13:46 2011 UTC (12 years, 10 months ago) by greg
Branch: MAIN
Changes since 3.17: +1 -3 lines
Diff to previous 3.17
Minor compile fixes

Revision 3.17 - (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 3.16: +2 -1 lines
Diff to previous 3.16
Fixes for Windows and bug fix in bsdf_m.c

Revision 3.16 - (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 3.15: +20 -13 lines
Diff to previous 3.15
Fixed comments and potential bug in BSDF tree traversal

Revision 3.15 - (view) (download) (annotate) - [select for diffs]
Fri Jun 3 18:12:58 2011 UTC (12 years, 10 months ago) by greg
Branch: MAIN
Changes since 3.14: +43 -26 lines
Diff to previous 3.14
Fixed bugs in variable-resolution isotropic BSDFs

Revision 3.14 - (view) (download) (annotate) - [select for diffs]
Wed Jun 1 05:21:18 2011 UTC (12 years, 10 months ago) by greg
Branch: MAIN
Changes since 3.13: +6 -6 lines
Diff to previous 3.13
Bug fix in tree consolidation routine

Revision 3.13 - (view) (download) (annotate) - [select for diffs]
Wed Jun 1 00:29:40 2011 UTC (12 years, 10 months ago) by greg
Branch: MAIN
Changes since 3.12: +10 -5 lines
Diff to previous 3.12
Fixes to get working version of variable-resolution BSDF

Revision 3.12 - (view) (download) (annotate) - [select for diffs]
Sun May 1 16:34:37 2011 UTC (12 years, 11 months ago) by greg
Branch: MAIN
Changes since 3.11: +25 -18 lines
Diff to previous 3.11
Minor fixes and improvements

Revision 3.11 - (view) (download) (annotate) - [select for diffs]
Thu Apr 28 17:46:25 2011 UTC (13 years ago) by greg
Branch: MAIN
Changes since 3.10: +4 -13 lines
Diff to previous 3.10
Minor fixes

Revision 3.10 - (view) (download) (annotate) - [select for diffs]
Thu Apr 28 04:05:11 2011 UTC (13 years ago) by greg
Branch: MAIN
Changes since 3.9: +32 -17 lines
Diff to previous 3.9
First tested version

Revision 3.9 - (view) (download) (annotate) - [select for diffs]
Wed Apr 27 23:05:51 2011 UTC (13 years ago) by greg
Branch: MAIN
Changes since 3.8: +14 -14 lines
Diff to previous 3.8
First test of variable-res BSDFs

Revision 3.8 - (view) (download) (annotate) - [select for diffs]
Wed Apr 27 20:05:15 2011 UTC (13 years ago) by greg
Branch: MAIN
Changes since 3.7: +2 -2 lines
Diff to previous 3.7
Fixed typo

Revision 3.7 - (view) (download) (annotate) - [select for diffs]
Wed Apr 27 20:03:25 2011 UTC (13 years ago) by greg
Branch: MAIN
Changes since 3.6: +467 -32 lines
Diff to previous 3.6
Initial untested variable-resolution BSDF

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

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

Revision 3.4 - (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 3.3: +2 -2 lines
Diff to previous 3.3
Minor changes and fixes -- first working version of BSDF material

Revision 3.3 - (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 3.2: +4 -2 lines
Diff to previous 3.2
Minor fixes and adjustments

Revision 3.2 - (view) (download) (annotate) - [select for diffs]
Fri Feb 18 00:41:44 2011 UTC (13 years, 2 months ago) by greg
Branch: MAIN
Changes since 3.1: +3 -0 lines
Diff to previous 3.1
Added missing RCS tags

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

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