Просмотр исходного кода

InstancedMesh, BatchedMesh docs: clarify lack of negatively scaled matrix support (#30362)

Garrett Johnson 1 год назад
Родитель
Сommit
b614243921
2 измененных файлов с 6 добавлено и 0 удалено
  1. 3 0
      docs/api/en/objects/BatchedMesh.html
  2. 3 0
      docs/api/en/objects/InstancedMesh.html

+ 3 - 0
docs/api/en/objects/BatchedMesh.html

@@ -214,6 +214,9 @@
 		<p>
 			Sets the given local transformation matrix to the defined instance.
 		</p>
+		<p>
+			Negatively scaled matrices are not supported.
+		</p>
 
 		<h3>
 			[method:this setVisibleAt]( [param:Integer instanceId], [param:Boolean visible] )

+ 3 - 0
docs/api/en/objects/InstancedMesh.html

@@ -180,6 +180,9 @@
 			sure you set [page:.instanceMatrix][page:BufferAttribute.needsUpdate .needsUpdate] 
 			to true after updating all the matrices.
 		</p>
+		<p>
+			Negatively scaled matrices are not supported.
+		</p>
 
 		<h3>
 			[method:undefined setMorphAt]( [param:Integer index], [param:Mesh mesh] )

粤ICP备19079148号