From 4f76f6bf347f2e994d5cc90b313f5c584f488b22 Mon Sep 17 00:00:00 2001 From: Garrett Johnson Date: Sat, 20 May 2023 04:29:57 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bdcac37e7..230f7d5de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - `CompatibilityDetector` to determine whether the path tracer can run on the target platform. - `DEBUG_MODE` define to PhysicalPathTracingMaterial to render out ray depth. - `GradientMapMaterial` to map texture values to a color ramp. +- Support for copy function to `ShapedAreaLight`, `PhysicalCamera`, and `PhysicalSpotLight`. ### Changed - Fog hits no longer count as transparent surface bounces.