Skip to content

Commit

Permalink
Docs: Improve Texture page.
Browse files Browse the repository at this point in the history
  • Loading branch information
Methuselah96 committed Jan 19, 2025
1 parent f2c0265 commit a9fe475
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions types/three/src/textures/Texture.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -455,11 +455,8 @@ export class Texture extends EventDispatcher<{ dispose: {} }> {
updateMatrix(): void;

/**
* Make copy of the texture
* @remarks Note this is not a **"deep copy"**, the image is shared
* @remarks
* Besides, cloning a texture does not automatically mark it for a texture upload
* You have to set {@link needsUpdate | .needsUpdate} to `true` as soon as it's image property (the data source) is fully loaded or ready.
* Make copy of the texture. Note this is not a "deep copy", the image is shared. Cloning the texture automatically
* marks it for texture upload.
*/
clone(): this;

Expand Down

0 comments on commit a9fe475

Please sign in to comment.