diff --git a/docs/api/en/math/Quaternion.html b/docs/api/en/math/Quaternion.html index ad0a20f71bcaacdcfa7f16504b947466e6a884fa..0d488d71076837f5d9569894f19ea057fdc9f2de 100644 --- a/docs/api/en/math/Quaternion.html +++ b/docs/api/en/math/Quaternion.html @@ -44,6 +44,13 @@

Properties

+

[property:Boolean isQuaternion]

+

+ Used to check whether this or derived classes are Quaternions. Default is *true*.

+ + You should not change this, as it is used internally for optimisation. +

+

[property:Float x]

Changing this property will result in [page:.onChangeCallback onChangeCallback] being called.

diff --git a/docs/api/en/textures/Texture.html b/docs/api/en/textures/Texture.html index 73ed49d0201e8038b2f857df8de709ecf6805388..bdfd0d89b19f2717adb1f37485af5d4015963745 100644 --- a/docs/api/en/textures/Texture.html +++ b/docs/api/en/textures/Texture.html @@ -55,6 +55,13 @@ as long as video is playing - the [page:VideoTexture VideoTexture] class handles this automatically.

+

[property:Boolean isTexture]

+

+ Used to check whether this or derived classes are Textures. Default is *true*.

+ + You should not change this, as it is used internally for optimisation. +

+

[property:array mipmaps]

Array of user-specified mipmaps (optional). diff --git a/docs/api/zh/math/Quaternion.html b/docs/api/zh/math/Quaternion.html index f2465c6f81b237ed69c8067042ddf363a2234de5..0d488d71076837f5d9569894f19ea057fdc9f2de 100644 --- a/docs/api/zh/math/Quaternion.html +++ b/docs/api/zh/math/Quaternion.html @@ -44,6 +44,13 @@

Properties

+

[property:Boolean isQuaternion]

+

+ Used to check whether this or derived classes are Quaternions. Default is *true*.

+ + You should not change this, as it is used internally for optimisation. +

+

[property:Float x]

Changing this property will result in [page:.onChangeCallback onChangeCallback] being called.

@@ -290,4 +297,4 @@ q.slerp( qb, t ) [link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js] - \ No newline at end of file + diff --git a/docs/api/zh/textures/Texture.html b/docs/api/zh/textures/Texture.html index 580ab16de31f3921314ef520898d34b547b92898..eb8eda2ab37e095ef6b2123901919f29de70583c 100644 --- a/docs/api/zh/textures/Texture.html +++ b/docs/api/zh/textures/Texture.html @@ -54,6 +54,14 @@ 并在视频播放时不断地更新这个纹理贴图。——[page:VideoTexture VideoTexture] 类会对此自动进行处理。

+

[property:Boolean isTexture]

+

+ 用于测试这个类或者派生类是否为Texture,默认为*true*。

+ + 你不应当对这个属性进行改变,因为它在内部使用,以用于优化。 +

+ +

[property:array mipmaps]

用户所给定的mipmap数组(可选)。