2742 |
|
Added hyperspectral picture conversion to ra_tiff, with accurate |
2743 |
|
color when targeting 16-bit/comp., LogLuv, and float utput, |
2744 |
|
and the approximate method for 24-bit RGB. |
2745 |
+ |
|
2746 |
+ |
Taoning added genssky -L option to specify global and diffuse |
2747 |
+ |
illuminance values for output calibration. |
2748 |
+ |
|
2749 |
+ |
Created C++ class for rcontrib and example tool rxcontrib, which |
2750 |
+ |
is an optional compile in the src/rt directory. The output |
2751 |
+ |
model is more general in some respects and the operations more |
2752 |
+ |
efficient, but standard output is not supported, nor is ASCII |
2753 |
+ |
results data. |
2754 |
+ |
|
2755 |
+ |
Added experimental source-skipping method to rpict for scenes |
2756 |
+ |
with large number of light sources. Currently works with |
2757 |
+ |
rcontrib and separate srcsamp image-processing tool. Controlling |
2758 |
+ |
rpict options are -dS for skip bitmap specification and -dC |
2759 |
+ |
for correction coefficient image. Compile using -DSSKIPOPT |
2760 |
+ |
to include this option. |
2761 |
+ |
|
2762 |
+ |
Added strnstr.c compatibility module in ray/src/common, since |
2763 |
+ |
it isn't present on Linux-derivatives. |