From 03fc9c73b5ee1f68971b3d62b0322cd33127fded Mon Sep 17 00:00:00 2001 From: cutealien Date: Thu, 3 Aug 2023 19:09:22 +0000 Subject: [PATCH] Add missing word in changes.txt git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@6517 dfc29bdd-3216-0410-991c-e03cc46cb475 --- changes.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.