From 9bb4782c22d7913ab49510b6ed8f51760f916759 Mon Sep 17 00:00:00 2001 From: lean <92771507+0xlain@users.noreply.github.com> Date: Thu, 18 Aug 2022 21:42:34 -0400 Subject: [PATCH] fix typos (#24508) --- docs/api/en/materials/Material.html | 2 +- docs/api/en/textures/Source.html | 2 +- docs/api/en/textures/Texture.html | 4 ++-- docs/api/en/textures/VideoTexture.html | 2 +- docs/api/zh/textures/Source.html | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/api/en/materials/Material.html b/docs/api/en/materials/Material.html index 9271f490c0750e..7bd03097d63f0d 100644 --- a/docs/api/en/materials/Material.html +++ b/docs/api/en/materials/Material.html @@ -292,7 +292,7 @@
- This starts at `0` and counts how many times [property:Boolean needsUpdate] is set to `true`. + This starts at `0` and counts how many times [page:Material.needsUpdate .needsUpdate] is set to `true`.
- This starts at `0` and counts how many times [property:Boolean needsUpdate] is set to `true`. + This starts at `0` and counts how many times [page:Source.needsUpdate .needsUpdate] is set to `true`.
- This starts at `0` and counts how many times [property:Boolean needsUpdate] is set to `true`. + This starts at `0` and counts how many times [page:Texture.needsUpdate .needsUpdate] is set to `true`.
Make copy of the texture. Note this is not a "deep copy", the image is shared. - Besides, cloning a texture does not automatically mark it for a texture upload. You have to set [page:Texture.needsUpdate] to true as soon as its image property (the data source) is fully loaded or ready. + Besides, cloning a texture does not automatically mark it for a texture upload. You have to set [page:Texture.needsUpdate .needsUpdate] to true as soon as its image property (the data source) is fully loaded or ready.
- This is called automatically and sets [property:Boolean needsUpdate] to `true` every time + This is called automatically and sets [page:VideoTexture.needsUpdate .needsUpdate] to `true` every time a new frame is available.
diff --git a/docs/api/zh/textures/Source.html b/docs/api/zh/textures/Source.html index 82ee9b466d771a..6ecccd4814554a 100644 --- a/docs/api/zh/textures/Source.html +++ b/docs/api/zh/textures/Source.html @@ -40,7 +40,7 @@- This starts at *0* and counts how many times [property:Boolean needsUpdate] is set to *true*. + This starts at *0* and counts how many times [page:Source.needsUpdate .needsUpdate] is set to *true*.