Skip to content

Fixed issue with delayed loading of complex scenes.

Ogers Ruda requested to merge complex_scenes_loading_issue into master

When loading very complex scenes with multiple ROPs and lights, there would be a significant delay in loading the scene as all ROPs' multi-light list would update for each light in the scene. Instead we only update the ROPs multi-light list when the scene has finished loading.

Merge request reports