Skip to content

Commit 87a3b0c

Browse files
committed
changelog: add new color-parameter constructors
1 parent dde8b84 commit 87a3b0c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ Change Log -- Ray Tracing in One Weekend
33

44
# v3.2.0 (in progress)
55

6+
### Common
7+
- New: Added alternative constructors that take color arguments in addition to the constructors
8+
that take `shared_ptr<texture>` arguments, simplifying calling code. This applies to the
9+
following classes: `checker_texture`, `constant_medium`, `diffuse_light`, and `lambertian`.
10+
(#516)
11+
612

713
----------------------------------------------------------------------------------------------------
814
# v3.1.2 (in progress)

0 commit comments

Comments
 (0)