Skip to content
  • David Thompson's avatar
    Don't color by texture in `IndexedLookup` mode. · 134134a7
    David Thompson authored
    Using a texture map to color geometry assumes
    that interpolation can be performed (although
    this can be disabled with `GL_NEAREST`)  and
    that scalar values are numeric. This need not
    be true in indexed lookup mode as annotations
    may be string- or variant-valued.
    
    Change-Id: I4c0d29c57db48e9754ee2ac7d67defadc3a3a9de
    134134a7