Переглянути джерело

Add morphTargetsRelative to documentation

Arseny Kapoulkine 5 роки тому
батько
коміт
ab548dfd4a
1 змінених файлів з 8 додано та 0 видалено
  1. 8 0
      docs/api/en/core/BufferGeometry.html

+ 8 - 0
docs/api/en/core/BufferGeometry.html

@@ -144,6 +144,14 @@
 			Hashmap of [page:BufferAttribute]s holding details of the geometry's [page:Geometry.morphTargets morphTargets].
 			Hashmap of [page:BufferAttribute]s holding details of the geometry's [page:Geometry.morphTargets morphTargets].
 		</p>
 		</p>
 
 
+		<h3>[property:Boolean morphTargetsRelative]</h3>
+		<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.
+
+			Default is *true*.
+		</p>
+
 		<h3>[property:String name]</h3>
 		<h3>[property:String name]</h3>
 		<p>
 		<p>
 		Optional name for this bufferGeometry instance. Default is an empty string.
 		Optional name for this bufferGeometry instance. Default is an empty string.