| 1138 |
|
This required a little reprogramming in for couple |
| 1139 |
|
of recursive routines using sets to avoid overrunning |
| 1140 |
|
the stack limit. |
| 1141 |
+ |
|
| 1142 |
+ |
============================== |
| 1143 |
+ |
Version 3.6 |
| 1144 |
+ |
|
| 1145 |
+ |
Modified 4-byte RGBE encoding routine to avoid problems |
| 1146 |
+ |
when one or two primary values is negative and the other(s) |
| 1147 |
+ |
positive. This used to generate some strange color values. |
| 1148 |
+ |
|
| 1149 |
+ |
Added -oc option to rtrace to output local (u,v) coordinates. |
| 1150 |
+ |
|
| 1151 |
+ |
Fixed bugs in local uv and j unit vector variables in src/rt/func.c. |
| 1152 |
+ |
|
| 1153 |
+ |
Added warning message to OpenGL rendering routines about new |
| 1154 |
+ |
mesh primitive, which we cannot currently render. |
| 1155 |
+ |
|
| 1156 |
+ |
Added -if, -id, -of, and -od options to rcalc to provide for |
| 1157 |
+ |
binary float and double i/o. |
| 1158 |
+ |
|
| 1159 |
+ |
****************** COMPATIBILITY CHANGE *********************** |
| 1160 |
+ |
Changed holodeck format to used off_t instead of long for beam |
| 1161 |
+ |
positions, which allows holodecks to grow to system file size limit. |
| 1162 |
+ |
|
| 1163 |
+ |
Fixed wrapping long in source hit test code, which would cause |
| 1164 |
+ |
odd horizontal lines in some very long renderings. |
| 1165 |
+ |
|
| 1166 |
+ |
Added -f and -w options to ra_tiff to create IEEE float and 16-bit/primary |
| 1167 |
+ |
TIFF output, respectively. These formats are also understood on reverse |
| 1168 |
+ |
conversion. (16-bit/primary has been understood for some time, but not |
| 1169 |
+ |
IEEE float.) |