• Raytracing with complex numbers

    From Thorsten Kiefer@21:1/5 to All on Sat Oct 15 18:03:13 2016
    Has anyone ever tried to raytrace a sphere with complex numbers?
    I mean all vectors and points are elements of C^n

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Scott Hemphill@21:1/5 to Thorsten Kiefer on Tue Oct 18 12:32:05 2016
    Thorsten Kiefer <tokmaster78@gmail.com> writes:

    Has anyone ever tried to raytrace a sphere with complex numbers?
    I mean all vectors and points are elements of C^n

    Is this question just off the cuff, or have you put some thought into
    it? It really doesn't make a lot of sense to me, so it would help if
    you would give an application, or otherwise explain what you mean.

    The best I can come up with is that the complex numbers represent two
    realities which are out of phase with one another. Even the eye
    position and the "look" vector can be different in the two realities,
    and you wind up with an image in which the pixel values are complex.
    However, in this interpretation you can just raytrace the real part and
    the complex part separately and combine the results.

    I have raytraced using complex numbers to represent the E-field in a
    basis for polarization states. I have also raytraced with respect to
    partial derivatives of variables in the scene geometry, and with respect
    to the wavelength of light.

    Scott
    --
    Scott Hemphill hemphill@alumni.caltech.edu
    "This isn't flying. This is falling, with style." -- Buzz Lightyear

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)