Submodule: RoomLightLoader

This module will embed lighting in the ceiling of your room.

The Light Loader will place architectural lighting on your ceiling. You can modulate the intensity and placement of each light.

        "RoomLightPlacer": {
          "use_IES_light": True,
          "preset": "grid",
          "intensity": [1.5, 2],
          "grid_size": 1.5,
        }.

Light Loader Properties

  • "use_IES_light": IES stands for Illuminating Engineering Society. An IES file is basically the measurement of distribution of light (intensity) stored in ASCII format. You can think of it as a digital profile of a real-world light. We use IES lights to ensure physical accuracy.

  • "preset": This can be defined as a "grid" or a single light in the "center" of the room.

  • "intensity": Intensity is defined in watts (radiant power) you can specify the intensity as a static value 1.5 or a range [1.5,2].

  • "grid_size": Set the space between lights. Units are in meters.

Last updated