lighting.HdriLoader

Use HDRI images to light your scene

Lexset maintains a database of HDRI images. HDRI images contain data from real-world lighting conditions. You can select from a variety of lighting types to replicate lighting that matches your domain. Each pixel contains illumination information that we use to replicate real-world lighting conditions.

    {
      "module": "lighting.HdriLoader",
      "config": {
        "local_folder": "/general/lexset/hdris"
      }
    }

Modify the "local_folder" to select from a variety of pre-configured domains.

  • /general/lexset/hdris/all - Iterate over all available lighting environments

  • /general/lexset/hdris/outdoor - Select outdoor lighting conditions only

  • /general/lexset/hdris/indoor - Select indoor lighting conditions only

  • /general/lexset/hdris/nature - Select outdoor lighting conditions from natural landscapes

  • /general/lexset/hdris/urban - Select outdoor lighting conditions from urban landscapes

  • /general/lexset/hdris/night - Select nighttime lighting conditions only

  • /general/lexset/hdris/sunrise_set - Select sunrise or sunset lighting conditions only

  • /general/lexset/hdris/morning - Select morning lighting conditions only

  • /general/lexset/hdris/midday - Select midday lighting conditions only

  • /general/lexset/hdris/clear - Select clear sky lighting conditions only

  • /general/lexset/hdris/parly_cloudy - Select partly cloudy sky lighting conditions only

  • /general/lexset/hdris/overcast - Select overcast sky lighting conditions only

Last updated