Parcourir la source

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

Garrett Johnson il y a 1 an
Parent
commit
b614243921

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

@@ -214,6 +214,9 @@
 		<p>
 		<p>
 			Sets the given local transformation matrix to the defined instance.
 			Sets the given local transformation matrix to the defined instance.
 		</p>
 		</p>
+		<p>
+			Negatively scaled matrices are not supported.
+		</p>
 
 
 		<h3>
 		<h3>
 			[method:this setVisibleAt]( [param:Integer instanceId], [param:Boolean visible] )
 			[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] 
 			sure you set [page:.instanceMatrix][page:BufferAttribute.needsUpdate .needsUpdate] 
 			to true after updating all the matrices.
 			to true after updating all the matrices.
 		</p>
 		</p>
+		<p>
+			Negatively scaled matrices are not supported.
+		</p>
 
 
 		<h3>
 		<h3>
 			[method:undefined setMorphAt]( [param:Integer index], [param:Mesh mesh] )
 			[method:undefined setMorphAt]( [param:Integer index], [param:Mesh mesh] )

粤ICP备19079148号