Browse Source

Improve wording in the documentation

Arseny Kapoulkine 5 years ago
parent
commit
8ef4e5cdaf
1 changed files with 1 additions and 2 deletions
  1. 1 2
      docs/api/en/core/BufferGeometry.html

+ 1 - 2
docs/api/en/core/BufferGeometry.html

@@ -146,8 +146,7 @@
 
 
 		<h3>[property:Boolean morphTargetsRelative]</h3>
 		<h3>[property:Boolean morphTargetsRelative]</h3>
 		<p>
 		<p>
-			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*.
 			Default is *false*.
 		</p>
 		</p>