We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48df2ee commit f2cf01cCopy full SHA for f2cf01c
docs/api/en/textures/Texture.html
@@ -309,10 +309,7 @@ <h3>[method:undefined updateMatrix]()</h3>
309
<h3>[method:Texture clone]()</h3>
310
<p>
311
Make copy of the texture. Note this is not a "deep copy", the image is
312
- shared. Besides, cloning a texture does not automatically mark it for a
313
- texture upload. You have to set [page:Texture.needsUpdate .needsUpdate] to
314
- true as soon as its image property (the data source) is fully loaded or
315
- ready.
+ shared. Cloning the texture automatically marks it for texture upload.
316
</p>
317
318
<h3>[method:Object toJSON]( [param:Object meta] )</h3>
0 commit comments