diff --git a/changes.txt b/changes.txt index dfcbf492..272ed0ab 100644 --- a/changes.txt +++ b/changes.txt @@ -2,7 +2,7 @@ Changes in 1.9 (not yet released) - Optimize quaternion::rotationFromTo. Thanks @Robert Eisele for patch and proof (https://raw.org/proof/quaternion-from-two-vectors) -- Shader materials shows now how to pass material values. +- Shader material example shows now how to pass material values. In 1.8 we could still use gl_FrontMaterial, but that is no longer supported in shaders - Get IMeshBuffer::append functions working for a few more cases and adapt interface so one can prevent the BoundingBox update. - Bugfix: SMaterialLayer::operator!= no longer returns true when comparing a layer without texture matrix with one with a set identity texture matrix. Those are the same.