Hi everyone,
In the ZOS-API, as far as I tested, after a raytrace, I can’t read the actual wavelength (in um for example) of a non-sequential source object if the properties: Sources..Color/Spectrum of that source object are different from System Wavelengths.
For example, if my source object has a Color/Spectrm: Black Body Spectrum of say 2500K. The
ReadNextResult(..., out int wave, ...)
methods usually only have an integer wave output, which is the wavenumber as specified in the system explorer.
My workaround so far is to save a ray database (*.ZRD), and then parse it (it contains the actual wavelength!), but it would really be more convenient if we could access it right away.
Has anyone else experienced this issue as well?
Take care,
David