Skip to content
  • Artur Grunau's avatar
    Add a light source to Lua pipelines · 080b3ae3
    Artur Grunau authored
    Starting with commit d6fec679, pipelines need to provide their own light
    source to function properly. Lua pipelines didn't, which caused them to
    fail to render.
    
    Add a SWIG wrapper for LightSourceProvider to make it accessible from
    Lua. Instantiate and attach a light source in existing Lua pipelines.
    
    References #1
    080b3ae3