FILT help

  • minecraft-physics
    15th Nov 2013 Member 0 Permalink

    I'm trying to further refine my data encoding system, and I was wondering if anyoune knew the temperature boundaries for the different wavelength characteristics of FILT? I've been looking through the source but can't find the specific function. (I've looked in elements/PT_FILT, elements/PT_PHOT, Elements.h, and Simulation, but I couldn't find where)

  • Simon
    15th Nov 2013 Administrator 0 Permalink
    Temperature colour of FILT is controlled by FILT.cpp in getWavelengths

    The active temperature range of FILT is 0 to 1000, this is scaled down to 0 to 25, this gives FILT 26 possible wavelengths,
    Edited once by Simon. Last: 15th Nov 2013
  • minecraft-physics
    15th Nov 2013 Member 0 Permalink

    Ah. Thankyou!