From 8ef4e5cdafcd8ba5b7835834d168ed289dd4f123 Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Sat, 12 Oct 2019 20:09:24 -0700 Subject: [PATCH] Improve wording in the documentation --- docs/api/en/core/BufferGeometry.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/api/en/core/BufferGeometry.html b/docs/api/en/core/BufferGeometry.html index b297008ffa..cb61545eaa 100644 --- a/docs/api/en/core/BufferGeometry.html +++ b/docs/api/en/core/BufferGeometry.html @@ -146,8 +146,7 @@

[property:Boolean morphTargetsRelative]

- Used to control the morph target behavior; when set to true, the morph target data is treated as relative changes to the base geometry, - instead of completely replacing the base geometry data. + Used to control the morph target behavior; when set to true, the morph target data is treated as relative offsets, rather than as absolute positions/normals. Default is *false*.

-- GitLab