|
|
Does POVRay maintain enough color/lighting precision to output
true16-bit/per channel (48-bit) color resolution with the +fp16 switch? Or
are these values clamped/clipped to the {0,255} range internally before
being output to any file?
Thanks,
George Pantazopoulos
Post a reply to this message
|
|
|
|
George Pantazopoulos wrote:
>
> Does POVRay maintain enough color/lighting precision to output
> true16-bit/per channel (48-bit) color resolution with the +fp16 switch? Or
> are these values clamped/clipped to the {0,255} range internally before
> being output to any file?
"Use the source, luke..."
Colour component are represented as float.
For output, the range is clipped to [0,1].
16 bits output per component is already possible for PNG format.
Post a reply to this message
|
|