Changeset View
Changeset View
Standalone View
Standalone View
intern/cycles/render/light.cpp
| Show All 9 Lines | |||||
| * Unless required by applicable law or agreed to in writing, software | * Unless required by applicable law or agreed to in writing, software | ||||
| * distributed under the License is distributed on an "AS IS" BASIS, | * distributed under the License is distributed on an "AS IS" BASIS, | ||||
| * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||||
| * See the License for the specific language governing permissions and | * See the License for the specific language governing permissions and | ||||
| * limitations under the License. | * limitations under the License. | ||||
| */ | */ | ||||
| #include "render/background.h" | #include "render/background.h" | ||||
| #include "render/device.h" | #include "device/device.h" | ||||
| #include "render/integrator.h" | #include "render/integrator.h" | ||||
| #include "render/film.h" | #include "render/film.h" | ||||
| #include "render/light.h" | #include "render/light.h" | ||||
| #include "render/mesh.h" | #include "render/mesh.h" | ||||
| #include "render/object.h" | #include "render/object.h" | ||||
| #include "render/scene.h" | #include "render/scene.h" | ||||
| #include "render/shader.h" | #include "render/shader.h" | ||||
| ▲ Show 20 Lines • Show All 849 Lines • Show Last 20 Lines | |||||