Changeset View
Changeset View
Standalone View
Standalone View
intern/cycles/scene/background.cpp
| /* SPDX-License-Identifier: Apache-2.0 | /* SPDX-License-Identifier: Apache-2.0 | ||||
| * Copyright 2011-2022 Blender Foundation */ | * Copyright 2011-2022 Blender Foundation */ | ||||
| #include "scene/background.h" | #include "scene/background.h" | ||||
| #include "device/device.h" | #include "device/device.h" | ||||
| #include "scene/integrator.h" | #include "scene/integrator.h" | ||||
| #include "scene/light.h" | |||||
| #include "scene/scene.h" | #include "scene/scene.h" | ||||
| #include "scene/shader.h" | #include "scene/shader.h" | ||||
| #include "scene/shader_graph.h" | #include "scene/shader_graph.h" | ||||
| #include "scene/shader_nodes.h" | #include "scene/shader_nodes.h" | ||||
| #include "scene/stats.h" | #include "scene/stats.h" | ||||
| #include "util/foreach.h" | #include "util/foreach.h" | ||||
| #include "util/math.h" | #include "util/math.h" | ||||
| ▲ Show 20 Lines • Show All 124 Lines • Show Last 20 Lines | |||||