ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/cv/bsdf2ttree.c
Revision 2.29 - (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, rad4R2P2
Changes since 2.28: +3 -5 lines
Diff to previous 2.28 , to selected 2.19
Added grazing angle extrapolation to BSDF interpolation

Revision 2.28 - (view) (download) (annotate) - [select for diffs]
Mon Mar 24 03:50:28 2014 UTC (10 years ago) by greg
Branch: MAIN
CVS Tags: rad4R2
Changes since 2.27: +29 -21 lines
Diff to previous 2.27 , to selected 2.19
Fixed one minor and one major bug in super-sampling (major bug in transmission)

Revision 2.27 - (view) (download) (annotate) - [select for diffs]
Wed Mar 12 22:24:59 2014 UTC (10 years ago) by greg
Branch: MAIN
Changes since 2.26: +12 -2 lines
Diff to previous 2.26 , to selected 2.19
Changed progress bar to erase itself when done

Revision 2.26 - (view) (download) (annotate) - [select for diffs]
Wed Mar 12 21:15:31 2014 UTC (10 years ago) by greg
Branch: MAIN
Changes since 2.25: +49 -5 lines
Diff to previous 2.25 , to selected 2.19
Disabled DEBUG statements in BSDF programs and added progress bars

Revision 2.25 - (view) (download) (annotate) - [select for diffs]
Tue Mar 11 19:37:45 2014 UTC (10 years ago) by greg
Branch: MAIN
Changes since 2.24: +8 -1 lines
Diff to previous 2.24 , to selected 2.19
Added flockfile calls to reduce i/o overhead

Revision 2.24 - (view) (download) (annotate) - [select for diffs]
Sat Mar 8 01:05:00 2014 UTC (10 years ago) by greg
Branch: MAIN
Changes since 2.23: +2 -3 lines
Diff to previous 2.23 , to selected 2.19
Fixed compiler warnings

Revision 2.23 - (view) (download) (annotate) - [select for diffs]
Tue Nov 26 17:35:59 2013 UTC (10 years, 4 months ago) by greg
Branch: MAIN
Changes since 2.22: +4 -3 lines
Diff to previous 2.22 , to selected 2.19
Include random.h for Windows instead of calling drand48

Revision 2.22 - (view) (download) (annotate) - [select for diffs]
Tue Nov 26 17:33:55 2013 UTC (10 years, 4 months ago) by greg
Branch: MAIN
Changes since 2.21: +2 -1 lines
Diff to previous 2.21 , to selected 2.19
Added missing include file needed by Windows

Revision 2.21 - (view) (download) (annotate) - [select for diffs]
Sat Nov 9 05:47:49 2013 UTC (10 years, 4 months ago) by greg
Branch: MAIN
Changes since 2.20: +4 -3 lines
Diff to previous 2.20 , to selected 2.19
Added tracking of BSDF sample name

Revision 2.20 - (view) (download) (annotate) - [select for diffs]
Thu Oct 3 17:27:41 2013 UTC (10 years, 5 months ago) by greg
Branch: MAIN
Changes since 2.19: +2 -3 lines
Diff to previous 2.19
Re-allowed rttree_reduce -a option for isotropic transmission

Revision 2.19 - (view) (download) (annotate) - [selected]
Thu Oct 3 17:01:02 2013 UTC (10 years, 5 months ago) by greg
Branch: MAIN
Changes since 2.18: +5 -3 lines
Diff to previous 2.18
Fixed call to rttree_reduce to avoid -a on transmitted components

Revision 2.18 - (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.17: +9 -4 lines
Diff to previous 2.17 , to selected 2.19
Added -l option to limit maximum number of RBF lobes for interpolation

Revision 2.17 - (view) (download) (annotate) - [select for diffs]
Fri Aug 2 20:56:19 2013 UTC (10 years, 7 months ago) by greg
Branch: MAIN
Changes since 2.16: +37 -2 lines
Diff to previous 2.16 , to selected 2.19
Added ability to use Dx, Dy and Dz instead of last 3 function parameters

Revision 2.16 - (view) (download) (annotate) - [select for diffs]
Wed May 15 17:29:30 2013 UTC (10 years, 10 months ago) by greg
Branch: MAIN
Changes since 2.15: +9 -9 lines
Diff to previous 2.15 , to selected 2.19
Switched float to double for summing variable

Revision 2.15 - (view) (download) (annotate) - [select for diffs]
Wed May 15 03:22:31 2013 UTC (10 years, 10 months ago) by greg
Branch: MAIN
Changes since 2.14: +75 -21 lines
Diff to previous 2.14 , to selected 2.19
Added super-sampling at peaks

Revision 2.14 - (view) (download) (annotate) - [select for diffs]
Sat Mar 23 04:14:50 2013 UTC (11 years ago) by greg
Branch: MAIN
Changes since 2.13: +2 -2 lines
Diff to previous 2.13 , to selected 2.19
Fixed different bug in -t3 option

Revision 2.13 - (view) (download) (annotate) - [select for diffs]
Sat Mar 23 02:21:14 2013 UTC (11 years ago) by greg
Branch: MAIN
Changes since 2.12: +3 -3 lines
Diff to previous 2.12 , to selected 2.19
Fixed bug in -t3/-t4 option

Revision 2.12 - (view) (download) (annotate) - [select for diffs]
Fri Mar 22 16:39:00 2013 UTC (11 years ago) by greg
Branch: MAIN
Changes since 2.11: +9 -3 lines
Diff to previous 2.11 , to selected 2.19
Fixed bug for BSDF file input and added further error messages

Revision 2.11 - (view) (download) (annotate) - [select for diffs]
Fri Mar 22 02:15:06 2013 UTC (11 years ago) by greg
Branch: MAIN
Changes since 2.10: +195 -105 lines
Diff to previous 2.10 , to selected 2.19
Added ability to generate tensor tree directly from function

Revision 2.10 - (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.9: +3 -2 lines
Diff to previous 2.9 , to selected 2.19
Fixed main bug, which was forgetting Klems axis reversal

Revision 2.9 - (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.8: +2 -2 lines
Diff to previous 2.8 , to selected 2.19
Bug fix in geodesic() and other minor improvements

Revision 2.8 - (view) (download) (annotate) - [select for diffs]
Tue Nov 13 04:23:38 2012 UTC (11 years, 4 months ago) by greg
Branch: MAIN
Changes since 2.7: +3 -3 lines
Diff to previous 2.7 , to selected 2.19
Tried to improve convergence of RBF fit

Revision 2.7 - (view) (download) (annotate) - [select for diffs]
Sat Nov 10 19:47:42 2012 UTC (11 years, 4 months ago) by greg
Branch: MAIN
Changes since 2.6: +10 -10 lines
Diff to previous 2.6 , to selected 2.19
Minor bug fixes

Revision 2.6 - (view) (download) (annotate) - [select for diffs]
Fri Nov 9 02:25:32 2012 UTC (11 years, 4 months ago) by greg
Branch: MAIN
Changes since 2.5: +26 -45 lines
Diff to previous 2.5 , to selected 2.19
Made code a little more readable

Revision 2.5 - (view) (download) (annotate) - [select for diffs]
Fri Nov 9 02:16:29 2012 UTC (11 years, 4 months ago) by greg
Branch: MAIN
Changes since 2.4: +91 -15 lines
Diff to previous 2.4 , to selected 2.19
Added data to complete XML file output

Revision 2.4 - (view) (download) (annotate) - [select for diffs]
Wed Nov 7 03:04:23 2012 UTC (11 years, 4 months ago) by greg
Branch: MAIN
Changes since 2.3: +5 -5 lines
Diff to previous 2.3 , to selected 2.19
Added GRIDRES to saved BSDF representation

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: +5 -4 lines
Diff to previous 2.2 , to selected 2.19
Hopeful bug fix in BSDF interpolation code

Revision 2.2 - (view) (download) (annotate) - [select for diffs]
Sat Oct 20 17:01:26 2012 UTC (11 years, 5 months ago) by greg
Branch: MAIN
Changes since 2.1: +8 -3 lines
Diff to previous 2.1 , to selected 2.19
Bug fixes in loading BSDF interpolant data

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.19
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