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 @@

[property:String uuid]

[property:Integer version]

- 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`.

[property:Boolean vertexColors]

diff --git a/docs/api/en/textures/Source.html b/docs/api/en/textures/Source.html index 51fa8f5c5b956e..17b530d43f75ce 100644 --- a/docs/api/en/textures/Source.html +++ b/docs/api/en/textures/Source.html @@ -40,7 +40,7 @@

[property:String uuid]

[property:Integer version]

- 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`.

Methods

diff --git a/docs/api/en/textures/Texture.html b/docs/api/en/textures/Texture.html index 79c2120c14cbfb..f0ca2ab0a84f1b 100644 --- a/docs/api/en/textures/Texture.html +++ b/docs/api/en/textures/Texture.html @@ -253,7 +253,7 @@

[property:number encoding]

[property:Integer version]

- 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`.

[property:Function onUpdate]

@@ -292,7 +292,7 @@

[method:undefined updateMatrix]()

[method:Texture clone]()

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.

[method:Object toJSON]( [param:Object meta] )

diff --git a/docs/api/en/textures/VideoTexture.html b/docs/api/en/textures/VideoTexture.html index 89e200115e132a..0d31a61912e2c7 100644 --- a/docs/api/en/textures/VideoTexture.html +++ b/docs/api/en/textures/VideoTexture.html @@ -90,7 +90,7 @@

Methods

[method:undefined update]()

- 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 @@

[property:String uuid]

[property:Integer version]

- 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*.

Methods