diff --git a/docs/examples/en/controls/ArcballControls.html b/docs/examples/en/controls/ArcballControls.html index 05b11ba5442706..9a8661c0472589 100644 --- a/docs/examples/en/controls/ArcballControls.html +++ b/docs/examples/en/controls/ArcballControls.html @@ -199,47 +199,47 @@
Make gizmos more or less visible.
-Copy the current state to clipboard (as a readable JSON text).
-Remove all the event listeners, cancel any pending animation and clean the scene from gizmos and grid.
-Set the controls state from the clipboard, assumes that the clipboard stores a JSON text as saved from [page:.copyState].
-Reset the controls to their state from either the last time the [page:.saveState] was called, or the initial state.
-Save the current state of the controls. This can later be recovered with [page:.reset].
-Set the camera to be controlled. Must be called in order to set a new camera to be controlled.
-Set the visible property of gizmos.
-Update the `radiusFactor` value, redraw the gizmo and send a `changeEvent` to visualise the changes.
@@ -252,7 +252,7 @@Set the trackball center point.
@@ -264,7 +264,7 @@Update the controls. Must be called after any manual changes to the camera's transform.
diff --git a/docs/examples/en/controls/DragControls.html b/docs/examples/en/controls/DragControls.html index 6a7ed9dda56767..37ce8d3a4ca24e 100644 --- a/docs/examples/en/controls/DragControls.html +++ b/docs/examples/en/controls/DragControls.html @@ -101,17 +101,17 @@See the base [page:EventDispatcher] class for common methods.
-Adds the event listeners of the controls.
-Removes the event listeners of the controls.
-Should be called if the controls is no longer required.
diff --git a/docs/examples/en/controls/FirstPersonControls.html b/docs/examples/en/controls/FirstPersonControls.html index 88b756a9e961e5..8880e6e696da2e 100644 --- a/docs/examples/en/controls/FirstPersonControls.html +++ b/docs/examples/en/controls/FirstPersonControls.html @@ -119,12 +119,12 @@Should be called if the controls is no longer required.
-Should be called if the application window is resized.
@@ -145,7 +145,7 @@
[page:Number delta]: Time delta value. diff --git a/docs/examples/en/controls/FlyControls.html b/docs/examples/en/controls/FlyControls.html index 47da6b9735fac7..35de38c2464de3 100644 --- a/docs/examples/en/controls/FlyControls.html +++ b/docs/examples/en/controls/FlyControls.html @@ -76,12 +76,12 @@
Should be called if the controls is no longer required.
-
[page:Number delta]: Time delta value. diff --git a/docs/examples/en/controls/OrbitControls.html b/docs/examples/en/controls/OrbitControls.html index 0955d7178fc5e5..d9fcc1def905b2 100644 --- a/docs/examples/en/controls/OrbitControls.html +++ b/docs/examples/en/controls/OrbitControls.html @@ -267,7 +267,7 @@
Remove all the event listeners.
@@ -292,12 +292,12 @@Reset the controls to their state from either the last time the [page:.saveState] was called, or the initial state.
-Save the current state of the controls. This can later be recovered with [page:.reset].
diff --git a/docs/examples/en/controls/PointerLockControls.html b/docs/examples/en/controls/PointerLockControls.html index c272511f91c2b5..07206e2bb127cd 100644 --- a/docs/examples/en/controls/PointerLockControls.html +++ b/docs/examples/en/controls/PointerLockControls.html @@ -100,12 +100,12 @@See the base [page:EventDispatcher] class for common methods.
-Adds the event listeners of the controls.
-Removes the event listeners of the controls.
@@ -120,12 +120,12 @@Activates the pointer lock.
-
[page:Number distance]: The signed distance. @@ -135,7 +135,7 @@
[page:Number distance]: The signed distance. @@ -145,7 +145,7 @@
Exits the pointer lock.
diff --git a/docs/examples/en/controls/TrackballControls.html b/docs/examples/en/controls/TrackballControls.html index 19d2445832a1ed..f221837747de61 100644 --- a/docs/examples/en/controls/TrackballControls.html +++ b/docs/examples/en/controls/TrackballControls.html @@ -157,42 +157,42 @@Ensures the controls stay in the range [minDistance, maxDistance]. Called by [page:.update update]().
-Should be called if the controls is no longer required.
-Should be called if the application window is resized.
-Performs panning if necessary. Called by [page:.update update]().
-Resets the controls to its initial state.
-Rotates the camera if necessary. Called by [page:.update update]().
-Updates the controls. Usually called in the animation loop.
-Performs zooming if necessary. Called by [page:.update update]().
diff --git a/docs/examples/en/controls/TransformControls.html b/docs/examples/en/controls/TransformControls.html index c1d9c7325590e4..c27c0fc0c80345 100644 --- a/docs/examples/en/controls/TransformControls.html +++ b/docs/examples/en/controls/TransformControls.html @@ -156,7 +156,7 @@Should be called if the controls is no longer required.
@@ -174,7 +174,7 @@
[page:String mode]: The transformation mode. @@ -184,7 +184,7 @@
[page:Number rotationSnap]: The rotation snap. @@ -194,7 +194,7 @@
[page:Number size]: The size of the helper UI. @@ -204,7 +204,7 @@
[page:String space]: The coordinate space in which transformations are applied. @@ -214,7 +214,7 @@
[page:Number translationSnap]: The translation snap. diff --git a/docs/examples/en/exporters/ColladaExporter.html b/docs/examples/en/exporters/ColladaExporter.html index e29d39efa6f87d..1cf836b8f51756 100644 --- a/docs/examples/en/exporters/ColladaExporter.html +++ b/docs/examples/en/exporters/ColladaExporter.html @@ -39,7 +39,7 @@
[page:Object input] — Object3D to be exported
[page:Function onCompleted] — Will be called when the export completes. Optional. The same data is immediately returned from the function.
diff --git a/docs/examples/en/exporters/GLTFExporter.html b/docs/examples/en/exporters/GLTFExporter.html
index 5111d6f985b23e..38cd3c6cd6d85f 100644
--- a/docs/examples/en/exporters/GLTFExporter.html
+++ b/docs/examples/en/exporters/GLTFExporter.html
@@ -71,7 +71,7 @@
[page:Object input] — Scenes or objects to export. Valid options:
[page:Object input] — Object3D
[page:Function onCompleted] — Will be called when the export completes. The argument will be the generated ply ascii or binary ArrayBuffer.
diff --git a/docs/examples/en/helpers/LightProbeHelper.html b/docs/examples/en/helpers/LightProbeHelper.html
index 53ee883d596bea..1655913fec67b1 100644
--- a/docs/examples/en/helpers/LightProbeHelper.html
+++ b/docs/examples/en/helpers/LightProbeHelper.html
@@ -47,7 +47,7 @@
See the base [page:Mesh] class for common methods.
-Frees internal resources.
diff --git a/docs/examples/en/helpers/PositionalAudioHelper.html b/docs/examples/en/helpers/PositionalAudioHelper.html index 2869e8f37cdc4a..b5e11308d8e018 100644 --- a/docs/examples/en/helpers/PositionalAudioHelper.html +++ b/docs/examples/en/helpers/PositionalAudioHelper.html @@ -58,10 +58,10 @@See the base [page:Object3D] class for common methods.
-Disposes of the helper.
-Updates the helper.
See the base [page:Object3D] class for common methods.
-Dispose of the rectAreaLightHelper.
See the base [page:LineSegments] class for common methods.
-Updates the vertex normal preview based on movement of the object.
diff --git a/docs/examples/en/helpers/VertexTangentsHelper.html b/docs/examples/en/helpers/VertexTangentsHelper.html index fce7cd9bc37681..1cbe354691fa29 100644 --- a/docs/examples/en/helpers/VertexTangentsHelper.html +++ b/docs/examples/en/helpers/VertexTangentsHelper.html @@ -68,7 +68,7 @@See the base [page:LineSegments] class for common methods.
-Updates the vertex tangents preview based on the object's world transform.
diff --git a/docs/examples/en/loaders/3DMLoader.html b/docs/examples/en/loaders/3DMLoader.html index efce9be04dec9d..d811e092a70ddb 100644 --- a/docs/examples/en/loaders/3DMLoader.html +++ b/docs/examples/en/loaders/3DMLoader.html @@ -161,7 +161,7 @@See the base [page:Loader] class for common methods.
-
[page:String url] — A string containing the path/URL of the .3dm file.
[page:Function onLoad] — A function to be called after the loading is successfully completed.
@@ -172,7 +172,7 @@
[page:ArrayBuffer buffer] — An ArrayBuffer representing the Rhino File3dm document.
[page:Function onLoad] — A function to be called after the loading is successfully completed.
diff --git a/docs/examples/en/loaders/BasisTextureLoader.html b/docs/examples/en/loaders/BasisTextureLoader.html
index 51e479f09acbe8..7ad9d063f69098 100644
--- a/docs/examples/en/loaders/BasisTextureLoader.html
+++ b/docs/examples/en/loaders/BasisTextureLoader.html
@@ -91,7 +91,7 @@
See the base [page:Loader] class for common methods.
-
[page:String url] — A string containing the path/URL of the .basis file.
[page:Function onLoad] — A function to be called after the loading is successfully completed.
diff --git a/docs/examples/en/loaders/DRACOLoader.html b/docs/examples/en/loaders/DRACOLoader.html
index f77dd87e25beb9..23fd3d1114b61a 100644
--- a/docs/examples/en/loaders/DRACOLoader.html
+++ b/docs/examples/en/loaders/DRACOLoader.html
@@ -104,7 +104,7 @@
See the base [page:Loader] class for common methods.
-
[page:String url] — A string containing the path/URL of the .drc file.
[page:Function onLoad] — A function to be called after the loading is successfully completed.
diff --git a/docs/examples/en/loaders/FontLoader.html b/docs/examples/en/loaders/FontLoader.html
index 7544a1ada5315d..b767bf8d52f2af 100644
--- a/docs/examples/en/loaders/FontLoader.html
+++ b/docs/examples/en/loaders/FontLoader.html
@@ -66,7 +66,7 @@
See the base [page:Loader] class for common methods.
-
[page:String url] — the path or URL to the file. This can also be a
[link:https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/Data_URIs Data URI].
diff --git a/docs/examples/en/loaders/GLTFLoader.html b/docs/examples/en/loaders/GLTFLoader.html
index b48e98d3ac48aa..0cc9b2e058e061 100644
--- a/docs/examples/en/loaders/GLTFLoader.html
+++ b/docs/examples/en/loaders/GLTFLoader.html
@@ -190,7 +190,7 @@
See the base [page:Loader] class for common methods.
-
[page:String url] — A string containing the path/URL of the .gltf or .glb file.
[page:Function onLoad] — A function to be called after the loading is successfully completed. The function receives the loaded JSON response returned from [page:Function parse].
@@ -201,7 +201,7 @@
[page:DRACOLoader dracoLoader] — Instance of THREE.DRACOLoader, to be used for decoding assets compressed with the KHR_draco_mesh_compression extension.
@@ -209,12 +209,12 @@[page:KTX2Loader ktx2Loader] — Instance of THREE.KTX2Loader, to be used for loading KTX2 compressed textures.
-
[page:ArrayBuffer data] — glTF asset to parse, as an ArrayBuffer or JSON string.
[page:String path] — The base path from which to find subsequent glTF resources such as textures and .bin data files.
diff --git a/docs/examples/en/loaders/KTX2Loader.html b/docs/examples/en/loaders/KTX2Loader.html
index 7f8d4d5584b363..c9a6d813560d4f 100644
--- a/docs/examples/en/loaders/KTX2Loader.html
+++ b/docs/examples/en/loaders/KTX2Loader.html
@@ -81,7 +81,7 @@
See the base [page:Loader] class for common methods.
-
[page:String url] — A string containing the path/URL of the .basis file.
[page:Function onLoad] — A function to be called after the loading is successfully completed.
diff --git a/docs/examples/en/loaders/MMDLoader.html b/docs/examples/en/loaders/MMDLoader.html
index b79578c4e8a2ba..67fe37d70a2aa6 100644
--- a/docs/examples/en/loaders/MMDLoader.html
+++ b/docs/examples/en/loaders/MMDLoader.html
@@ -71,7 +71,7 @@
See the base [page:Loader] class for common methods.
-
[page:String url] — A string containing the path/URL of the .pmd or .pmx file.
[page:Function onLoad] — A function to be called after the loading is successfully completed.
@@ -82,7 +82,7 @@
[page:String url] — A string or an array of string containing the path/URL of the .vmd file(s).If two or more files are specified, they'll be merged.
[page:Object3D object] — [page:SkinnedMesh] or [page:Camera]. Clip and its tracks will be fitting to this object.
@@ -94,7 +94,7 @@
[page:String modelUrl] — A string containing the path/URL of the .pmd or .pmx file.
[page:String vmdUrl] — A string or an array of string containing the path/URL of the .vmd file(s).
diff --git a/docs/examples/en/loaders/MTLLoader.html b/docs/examples/en/loaders/MTLLoader.html
index 7bd72d69c4553a..4e4e4b4f809e40 100644
--- a/docs/examples/en/loaders/MTLLoader.html
+++ b/docs/examples/en/loaders/MTLLoader.html
@@ -32,7 +32,7 @@
See the base [page:Loader] class for common methods.
-
[page:String url] — A string containing the path/URL of the .mtl file.
[page:Function onLoad] — (optional) A function to be called after the loading is successfully completed. The function receives the loaded [page:MTLLoaderMaterialCreator MTLLoader.MaterialCreator] instance.
diff --git a/docs/examples/en/loaders/OBJLoader.html b/docs/examples/en/loaders/OBJLoader.html
index 17d0410505f95a..173127890440c7 100644
--- a/docs/examples/en/loaders/OBJLoader.html
+++ b/docs/examples/en/loaders/OBJLoader.html
@@ -70,7 +70,7 @@
See the base [page:Loader] class for common methods.
-
[page:String url] — A string containing the path/URL of the .obj file.
[page:Function onLoad] — (optional) A function to be called after the loading is successfully completed. The function receives the loaded [page:Object3D] as an argument.
diff --git a/docs/examples/en/loaders/PCDLoader.html b/docs/examples/en/loaders/PCDLoader.html
index d4636cd2ebf38a..f29ba231536823 100644
--- a/docs/examples/en/loaders/PCDLoader.html
+++ b/docs/examples/en/loaders/PCDLoader.html
@@ -74,7 +74,7 @@
See the base [page:Loader] class for common methods.
-
[page:String url] — A string containing the path/URL of the .pcd file.
[page:Function onLoad] — (optional) A function to be called after loading is successfully completed. The function receives loaded [page:Object3D] as an argument.
diff --git a/docs/examples/en/loaders/PDBLoader.html b/docs/examples/en/loaders/PDBLoader.html
index 5b806a26da3a46..518ba8581afce9 100644
--- a/docs/examples/en/loaders/PDBLoader.html
+++ b/docs/examples/en/loaders/PDBLoader.html
@@ -71,7 +71,7 @@
See the base [page:Loader] class for common methods.
-
[page:String url] — A string containing the path/URL of the .pdb file.
[page:Function onLoad] — (optional) A function to be called after loading is successfully completed. The function receives the object having the following properties. [page:BufferGeometry geometryAtoms], [page:BufferGeometry geometryBonds] and the [page:Object JSON] structure.
diff --git a/docs/examples/en/loaders/PRWMLoader.html b/docs/examples/en/loaders/PRWMLoader.html
index 066e92dc57c9f3..107fab6a4fd0c3 100644
--- a/docs/examples/en/loaders/PRWMLoader.html
+++ b/docs/examples/en/loaders/PRWMLoader.html
@@ -72,7 +72,7 @@
See the base [page:Loader] class for common methods.
-
[page:String url] — A string containing the path/URL of the .prwm file. Any * character in the URL will be automatically replaced by le or be depending on the platform endianness.
[page:Function onLoad] — (optional) A function to be called after the loading is successfully completed. The function receives the loaded [page:BufferGeometry] as an argument.
diff --git a/docs/examples/en/loaders/SVGLoader.html b/docs/examples/en/loaders/SVGLoader.html
index dfe853558225c3..90f784df7f2d62 100644
--- a/docs/examples/en/loaders/SVGLoader.html
+++ b/docs/examples/en/loaders/SVGLoader.html
@@ -93,7 +93,7 @@
See the base [page:Loader] class for common methods.
-
[page:String url] — A string containing the path/URL of the .svg file.
[page:Function onLoad] — (optional) A function to be called after loading is successfully completed. The function receives an array of [page:ShapePath] as an argument.
diff --git a/docs/examples/en/math/Lut.html b/docs/examples/en/math/Lut.html
index f9d58f2c5b0a5d..4738d4b8cf7340 100644
--- a/docs/examples/en/math/Lut.html
+++ b/docs/examples/en/math/Lut.html
@@ -58,7 +58,7 @@
color — Lut to copy.
diff --git a/docs/examples/en/renderers/CSS2DRenderer.html b/docs/examples/en/renderers/CSS2DRenderer.html index ed3baf416020be..41cd094f4a9ec8 100644 --- a/docs/examples/en/renderers/CSS2DRenderer.html +++ b/docs/examples/en/renderers/CSS2DRenderer.html @@ -45,12 +45,12 @@
Renders a [page:Scene scene] using a [page:Camera camera].
Resizes the renderer to (width, height).
diff --git a/docs/examples/en/renderers/CSS3DRenderer.html b/docs/examples/en/renderers/CSS3DRenderer.html index 39d1246440cdc3..9db50ec4e34d45 100644 --- a/docs/examples/en/renderers/CSS3DRenderer.html +++ b/docs/examples/en/renderers/CSS3DRenderer.html @@ -56,12 +56,12 @@
Renders a [page:Scene scene] using a [page:PerspectiveCamera perspective camera].
Resizes the renderer to (width, height).
diff --git a/docs/examples/en/renderers/SVGRenderer.html b/docs/examples/en/renderers/SVGRenderer.html index 3cfbf7ab502578..8a43b96cc71699 100644 --- a/docs/examples/en/renderers/SVGRenderer.html +++ b/docs/examples/en/renderers/SVGRenderer.html @@ -53,7 +53,7 @@Tells the renderer to clear its drawing surface.
@@ -63,27 +63,27 @@Renders a [page:Scene scene] using a [page:Camera camera].
-Sets the clearColor and the clearAlpha.
-Sets the precision of the data used to create a path.
-Sets the render quality. Possible values are *low* and *high* (default).
-Resizes the renderer to (width, height).
diff --git a/docs/examples/en/utils/CameraUtils.html b/docs/examples/en/utils/CameraUtils.html index 988286dfd4e2b2..4f332810923f37 100644 --- a/docs/examples/en/utils/CameraUtils.html +++ b/docs/examples/en/utils/CameraUtils.html @@ -14,7 +14,7 @@Set a PerspectiveCamera's projectionMatrix and quaternion to exactly frame the corners of an arbitrary rectangle using [link:https://web.archive.org/web/20191110002841/http://csc.lsu.edu/~kooima/articles/genperspective/index.html Kooima's Generalized Perspective Projection formulation]. NOTE: This function ignores the standard parameters; do not call updateProjectionMatrix() after this! toJSON will also not capture the off-axis matrix generated by this function. diff --git a/docs/examples/en/utils/SkeletonUtils.html b/docs/examples/en/utils/SkeletonUtils.html index 005b5e6adbe2e6..879cc51d932d05 100644 --- a/docs/examples/en/utils/SkeletonUtils.html +++ b/docs/examples/en/utils/SkeletonUtils.html @@ -46,7 +46,7 @@
일반적인 메소드는 [page:EventDispatcher] 클래스를 참조하세요.
-컨트롤에 이벤트 리스너를 추가합니다.
-컨트롤에 추가된 이벤트 리스너를 제거합니다.
-컨트롤이 더 이상 필요하지 않을 경우 호출해야 합니다.
diff --git a/docs/examples/ko/controls/FirstPersonControls.html b/docs/examples/ko/controls/FirstPersonControls.html index ade36c38692124..0eb329a3f4a925 100644 --- a/docs/examples/ko/controls/FirstPersonControls.html +++ b/docs/examples/ko/controls/FirstPersonControls.html @@ -119,12 +119,12 @@컨트롤이 더 이상 필요하지 않을 경우 호출해야 합니다.
-어플리케이션의 창 크기를 조절 하려면 호출해야 합니다.
@@ -145,7 +145,7 @@
[page:Number delta]: 변화할 시간 값 입니다. diff --git a/docs/examples/ko/controls/FlyControls.html b/docs/examples/ko/controls/FlyControls.html index b39a786408f0ff..d7f21b41931d93 100644 --- a/docs/examples/ko/controls/FlyControls.html +++ b/docs/examples/ko/controls/FlyControls.html @@ -76,12 +76,12 @@
컨트롤을 더이상 필요하지 않을 경우 호출해야 합니다.
-
[page:Number delta]: 변화할 시간값. diff --git a/docs/examples/ko/controls/OrbitControls.html b/docs/examples/ko/controls/OrbitControls.html index 96b8fed976a052..4aa5ec5880f7c9 100644 --- a/docs/examples/ko/controls/OrbitControls.html +++ b/docs/examples/ko/controls/OrbitControls.html @@ -262,7 +262,7 @@
모든 이벤트 리스너를 삭제합니다. Remove all the event listeners. @@ -288,12 +288,12 @@
컨트롤이 마지막으로 호출된 [page:.saveState] 시점으로 돌리거나, 초기상태로 재설정합니다.
-컨트롤의 현재 상태를 저장합니다. 나중에 [page:.reset]을 이용하여 현재 상태로 복구할 수 있습니다.
diff --git a/docs/examples/ko/controls/PointerLockControls.html b/docs/examples/ko/controls/PointerLockControls.html index c068bdda12793c..beb8c92e83aca6 100644 --- a/docs/examples/ko/controls/PointerLockControls.html +++ b/docs/examples/ko/controls/PointerLockControls.html @@ -99,12 +99,12 @@일반적인 메소드는 [page:EventDispatcher] 클래스를 참조하세요.
-컨트롤의 이벤트 리스너를 추가합니다.
-컨트롤의 이벤트 리스너를 제거합니다.
@@ -119,12 +119,12 @@포인터 잠금을 활성화합니다.
-
[page:Number distance]: 앞으로 이동할 거리를 설정합니다. @@ -134,7 +134,7 @@
[page:Number distance]: 오른쪽으로 이동할 거리를 설정합니다. @@ -144,7 +144,7 @@
포인터 잠금을 종료합니다.
diff --git a/docs/examples/ko/controls/TrackballControls.html b/docs/examples/ko/controls/TrackballControls.html index 497ae8ccf45781..82abb05ab3fc6c 100644 --- a/docs/examples/ko/controls/TrackballControls.html +++ b/docs/examples/ko/controls/TrackballControls.html @@ -156,45 +156,45 @@컨트롤이 [minDistance, maxDistance] 범위내에 있는지 확인합니다. [page:.update update]() 에 의해 호출됩니다.
-컨트롤이 더 이상 필요하지 않을 경우 호출해야 합니다.
-어플리케이션의 창 크기를 조절 하려면 호출해야 합니다.
-패닝이 필요한 경우 [page:.update update]() 을 호출하여 수행합니다.
-컨트롤을 초기 상태로 전환합니다.
-카메라의 회전이 필요한 경우 [page:.update update]() 을 호출하여 수행합니다.
-컨트롤을 업데이트합니다. 보통은 애니메이션 루프에서 수행합니다.
-줌잉이 필요항 경우 [page:.update update]() 을 호출하여 수행합니다.
diff --git a/docs/examples/ko/controls/TransformControls.html b/docs/examples/ko/controls/TransformControls.html index afd28cf85cadad..772323145013e1 100644 --- a/docs/examples/ko/controls/TransformControls.html +++ b/docs/examples/ko/controls/TransformControls.html @@ -154,7 +154,7 @@컨트롤을 더이상 필요하지 않을 경우 호출해야 합니다.
@@ -171,7 +171,7 @@
[page:String mode]: 변환 모드를 가리킵니다. @@ -181,7 +181,7 @@
[page:Number rotationSnap]: 회전 스냅를 가리킵니다. @@ -191,7 +191,7 @@
[page:Number size]: helper UI의 크기를 가리킵니다. @@ -201,7 +201,7 @@
[page:String space]: 어떤 좌표 공간으로 변환을 적용합니다. @@ -211,7 +211,7 @@
[page:Number translationSnap]: 변환 스냅을 가리킵니다. diff --git a/docs/examples/zh/controls/DragControls.html b/docs/examples/zh/controls/DragControls.html index 41609475aa71b9..618e22ef5d1f5e 100644 --- a/docs/examples/zh/controls/DragControls.html +++ b/docs/examples/zh/controls/DragControls.html @@ -101,17 +101,17 @@
共有方法请参见其基类[page:EventDispatcher]。
-添加控制器的事件监听。
-移除控制器的事件监听。
-若不再需要该控制器,则应当调用此函数。
diff --git a/docs/examples/zh/controls/FirstPersonControls.html b/docs/examples/zh/controls/FirstPersonControls.html index e5b054cb277184..6cb86ddf356f9c 100644 --- a/docs/examples/zh/controls/FirstPersonControls.html +++ b/docs/examples/zh/controls/FirstPersonControls.html @@ -118,12 +118,12 @@若不再需要该控制器,则应当调用此函数。
-若应用程序窗口大小发生改变,则应当调用此函数。
@@ -144,7 +144,7 @@
[page:Number delta]: Time delta value. diff --git a/docs/examples/zh/controls/FlyControls.html b/docs/examples/zh/controls/FlyControls.html index 7322c5a73f1112..bce44269d5a87a 100644 --- a/docs/examples/zh/controls/FlyControls.html +++ b/docs/examples/zh/controls/FlyControls.html @@ -75,12 +75,12 @@
若不再需要该控制器,则应当调用此函数。
-
[page:Number delta]: Time delta value. diff --git a/docs/examples/zh/controls/OrbitControls.html b/docs/examples/zh/controls/OrbitControls.html index f8c24553c7311d..645e7d82baca3d 100644 --- a/docs/examples/zh/controls/OrbitControls.html +++ b/docs/examples/zh/controls/OrbitControls.html @@ -265,7 +265,7 @@
移除所有的事件监听。
@@ -290,12 +290,12 @@将控制器重置为上次调用[page:.saveState]时的状态,或者初始状态。
-保存当前控制器的状态。这一状态可在之后由[page:.reset]所恢复。
diff --git a/docs/examples/zh/controls/PointerLockControls.html b/docs/examples/zh/controls/PointerLockControls.html index f2955d46d52edd..70409d3c3f6f6c 100644 --- a/docs/examples/zh/controls/PointerLockControls.html +++ b/docs/examples/zh/controls/PointerLockControls.html @@ -99,12 +99,12 @@共有方法请参见其基类[page:EventDispatcher]。
-添加控制器的事件监听。
-移除控制器的事件监听。
@@ -119,12 +119,12 @@激活指针锁定。
-
[page:Number distance]: 距离(区分正负)。 @@ -134,7 +134,7 @@
[page:Number distance]: 距离(区分正负)。 @@ -144,7 +144,7 @@
退出指针锁定。
diff --git a/docs/examples/zh/controls/TrackballControls.html b/docs/examples/zh/controls/TrackballControls.html index ab416dc550dd48..681fbb852cce5c 100644 --- a/docs/examples/zh/controls/TrackballControls.html +++ b/docs/examples/zh/controls/TrackballControls.html @@ -156,42 +156,42 @@确保控制器位于 [minDistance, maxDistance] 范围内。由[page:.update update]()调用。
-若不再需要该控制器,则应当调用此函数。
-若应用程序窗口大小发生改变,则应当调用此函数。
-如有必要,执行平移。由[page:.update update]()调用。
-重置控制器到初始状态。
-如有必要,旋转相机。由[page:.update update]()调用。
-更新控制器,常被用在动画循环中。
-如有必要,执行缩放。由[page:.update update]()调用。
diff --git a/docs/examples/zh/controls/TransformControls.html b/docs/examples/zh/controls/TransformControls.html index 76f7156dc64fbb..24b95992ddf325 100644 --- a/docs/examples/zh/controls/TransformControls.html +++ b/docs/examples/zh/controls/TransformControls.html @@ -155,7 +155,7 @@若不再需要该控制器,则应当调用此函数。
@@ -172,7 +172,7 @@
[page:String mode]: 变换模式。 @@ -182,7 +182,7 @@
[page:Number rotationSnap]: 旋转捕捉步幅。 @@ -192,7 +192,7 @@
[page:Number size]: 手柄UI的大小。 @@ -202,7 +202,7 @@
[page:String space]: 应用变换的坐标空间。 @@ -212,7 +212,7 @@
[page:Number translationSnap]: 平移捕捉步幅。 diff --git a/docs/examples/zh/exporters/ColladaExporter.html b/docs/examples/zh/exporters/ColladaExporter.html index 24f88ce7463cad..2371ab785f01a8 100644 --- a/docs/examples/zh/exporters/ColladaExporter.html +++ b/docs/examples/zh/exporters/ColladaExporter.html @@ -39,7 +39,7 @@
[page:Object input] — Object3D to be exported
[page:Function onCompleted] — Will be called when the export completes. Optional. The same data is immediately returned from the function.
diff --git a/docs/examples/zh/exporters/GLTFExporter.html b/docs/examples/zh/exporters/GLTFExporter.html
index e2a06767bebf16..32b04fe9b77eb6 100644
--- a/docs/examples/zh/exporters/GLTFExporter.html
+++ b/docs/examples/zh/exporters/GLTFExporter.html
@@ -71,7 +71,7 @@
[page:Object input] — Scenes or objects to export. Valid options:
[page:Object input] — Object3D
[page:Function onCompleted] — Will be called when the export completes. The argument will be the generated ply ascii or binary ArrayBuffer.
diff --git a/docs/examples/zh/helpers/LightProbeHelper.html b/docs/examples/zh/helpers/LightProbeHelper.html
index 5fbb9db4dcbf7e..c4a5897a1f707d 100644
--- a/docs/examples/zh/helpers/LightProbeHelper.html
+++ b/docs/examples/zh/helpers/LightProbeHelper.html
@@ -48,7 +48,7 @@
See the base [page:Mesh] class for common methods.
-释放内部资源。
diff --git a/docs/examples/zh/helpers/PositionalAudioHelper.html b/docs/examples/zh/helpers/PositionalAudioHelper.html index 949f2817f6d837..8a418450727111 100644 --- a/docs/examples/zh/helpers/PositionalAudioHelper.html +++ b/docs/examples/zh/helpers/PositionalAudioHelper.html @@ -57,10 +57,10 @@共有方法请参见其基类[page:Object3D]。
-废置这一辅助对象。
-更新这一辅助对象。
请到基类 [page:Object3D] 页面查看公共方法.
-销毁该区域光源辅助对象.
请到基类 [page:LineSegments] 页面查看公共方法.
-基于对象的运动更新顶点法线辅助对象.
diff --git a/docs/examples/zh/helpers/VertexTangentsHelper.html b/docs/examples/zh/helpers/VertexTangentsHelper.html index 258eda8da3bb9c..eea4136caf9491 100644 --- a/docs/examples/zh/helpers/VertexTangentsHelper.html +++ b/docs/examples/zh/helpers/VertexTangentsHelper.html @@ -69,7 +69,7 @@See the base [page:LineSegments] class for common methods.
-Updates the vertex tangents preview based on the object's world transform.
diff --git a/docs/examples/zh/loaders/BasisTextureLoader.html b/docs/examples/zh/loaders/BasisTextureLoader.html index 6c5092bc5a9c56..b6be8feba13c3d 100644 --- a/docs/examples/zh/loaders/BasisTextureLoader.html +++ b/docs/examples/zh/loaders/BasisTextureLoader.html @@ -91,7 +91,7 @@See the base [page:Loader] class for common methods.
-
[page:String url] — A string containing the path/URL of the .basis file.
[page:Function onLoad] — A function to be called after the loading is successfully completed.
diff --git a/docs/examples/zh/loaders/DRACOLoader.html b/docs/examples/zh/loaders/DRACOLoader.html
index 2cc8ac794d20f2..5377e9d39438cf 100644
--- a/docs/examples/zh/loaders/DRACOLoader.html
+++ b/docs/examples/zh/loaders/DRACOLoader.html
@@ -99,7 +99,7 @@
See the base [page:Loader] class for common methods.
-
[page:String url] — A string containing the path/URL of the .drc file.
[page:Function onLoad] — A function to be called after the loading is successfully completed.
diff --git a/docs/examples/zh/loaders/FontLoader.html b/docs/examples/zh/loaders/FontLoader.html
index fa5ab9350936ca..c387fb3e023a97 100644
--- a/docs/examples/zh/loaders/FontLoader.html
+++ b/docs/examples/zh/loaders/FontLoader.html
@@ -65,7 +65,7 @@
共有方法请参见其基类[page:Loader]。
-
[page:String url] — 文件的URL或者路径,也可以为
[link:https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/Data_URIs Data URI].
diff --git a/docs/examples/zh/loaders/GLTFLoader.html b/docs/examples/zh/loaders/GLTFLoader.html
index 6519d92dace867..29407d0b3936c5 100644
--- a/docs/examples/zh/loaders/GLTFLoader.html
+++ b/docs/examples/zh/loaders/GLTFLoader.html
@@ -185,7 +185,7 @@
共有方法请参见其基类[page:Loader]。
-
[page:String url] — 包含有.gltf/.glb文件路径/URL的字符串。
[page:Function onLoad] — 加载成功完成后将会被调用的函数。该函数接收[page:Function parse]所返回的已加载的JSON响应。
@@ -196,7 +196,7 @@
[page:DRACOLoader dracoLoader] — THREE.DRACOLoader的实例,用于解码使用KHR_draco_mesh_compression扩展压缩过的文件。
@@ -204,7 +204,7 @@
[page:ArrayBuffer data] — 需要解析的glTF文件,值为一个ArrayBuffer或JSON字符串。
[page:String path] — 用于找到后续glTF资源(如纹理和.bin数据文件)的基础路径。
diff --git a/docs/examples/zh/loaders/MMDLoader.html b/docs/examples/zh/loaders/MMDLoader.html
index 7a148c8ce0b632..bae7c3364681be 100644
--- a/docs/examples/zh/loaders/MMDLoader.html
+++ b/docs/examples/zh/loaders/MMDLoader.html
@@ -71,7 +71,7 @@
共有方法请参见其基类[page:Loader]。
-
[page:String url] — 一个包含有.pmd或.pmx文件的路径或URL的字符串。
[page:Function onLoad] — 当加载过程成功完成以后将被调用的函数。
@@ -82,7 +82,7 @@
[page:String url] — 一个包含有.vmd文件的路径或URL的字符串或字符串数组。如果两个及以上文件被指定,它们将会合并。
[page:Object3D object] — [page:SkinnedMesh] 或 [page:Camera]。 剪辑及其轨道将会适应到该对象。
@@ -94,7 +94,7 @@
[page:String modelUrl] — 一个包含有.pmd或.pmx文件的路径或URL的字符串。
[page:String vmdUrl] — 一个包含有.vmd文件的路径或URL的字符串或字符串数组。
diff --git a/docs/examples/zh/loaders/MTLLoader.html b/docs/examples/zh/loaders/MTLLoader.html
index 04b8a3a2b2db73..c5c99d98ffd3e5 100644
--- a/docs/examples/zh/loaders/MTLLoader.html
+++ b/docs/examples/zh/loaders/MTLLoader.html
@@ -32,7 +32,7 @@
共有方法请参见其基类[page:Loader]。
-
[page:String url] — 一个包含有 .mtl 文件的路径或URL的字符串。
[page:Function onLoad] — 当加载过程成功完成以后将被调用的函数。
diff --git a/docs/examples/zh/loaders/OBJLoader.html b/docs/examples/zh/loaders/OBJLoader.html
index 0563d0da429ea3..38ff417cad9858 100644
--- a/docs/examples/zh/loaders/OBJLoader.html
+++ b/docs/examples/zh/loaders/OBJLoader.html
@@ -69,7 +69,7 @@
共有方法请参见其基类[page:Loader]。
-
[page:String url] — 一个包含有.obj文件的路径或URL的字符串。
[page:Function onLoad] — 当加载过程成功完成以后将被调用的函数。
diff --git a/docs/examples/zh/loaders/PCDLoader.html b/docs/examples/zh/loaders/PCDLoader.html
index 4a6ca79a7955c3..1d5afe96759bed 100644
--- a/docs/examples/zh/loaders/PCDLoader.html
+++ b/docs/examples/zh/loaders/PCDLoader.html
@@ -74,7 +74,7 @@
共有方法请参考其基类 [page:Loader]。
-
[page:String url] — 一个包含有 .pcd 文件的路径或URL的字符串。
[page:Function onLoad] — (可选参数) 当加载过程成功完成后将被调用的函数。 其参数是一个 [page:Object3D] 实例。
diff --git a/docs/examples/zh/loaders/PDBLoader.html b/docs/examples/zh/loaders/PDBLoader.html
index 09d2ca863dad88..4ccd2565524414 100644
--- a/docs/examples/zh/loaders/PDBLoader.html
+++ b/docs/examples/zh/loaders/PDBLoader.html
@@ -71,7 +71,7 @@
See the base [page:Loader] class for common methods.
-
[page:String url] — A string containing the path/URL of the .pdb file.
[page:Function onLoad] — (optional) A function to be called after loading is successfully completed. The function receives the object having the following properties. [page:BufferGeometry geometryAtoms], [page:BufferGeometry geometryBonds] and the [page:Object JSON] structure.
diff --git a/docs/examples/zh/loaders/PRWMLoader.html b/docs/examples/zh/loaders/PRWMLoader.html
index 137f5424f06ba8..3058ccc706c371 100644
--- a/docs/examples/zh/loaders/PRWMLoader.html
+++ b/docs/examples/zh/loaders/PRWMLoader.html
@@ -72,7 +72,7 @@
See the base [page:Loader] class for common methods.
-
[page:String url] — A string containing the path/URL of the .prwm file. Any * character in the URL will be automatically replaced by le or be depending on the platform endianness.
[page:Function onLoad] — (optional) A function to be called after the loading is successfully completed. The function receives the loaded [page:BufferGeometry] as an argument.
diff --git a/docs/examples/zh/loaders/SVGLoader.html b/docs/examples/zh/loaders/SVGLoader.html
index 7ba4af9cc01902..a589fc2971d0d4 100644
--- a/docs/examples/zh/loaders/SVGLoader.html
+++ b/docs/examples/zh/loaders/SVGLoader.html
@@ -93,7 +93,7 @@
See the base [page:Loader] class for common methods.
-
[page:String url] — A string containing the path/URL of the .svg file.
[page:Function onLoad] — (optional) A function to be called after loading is successfully completed. The function receives an array of [page:ShapePath] as an argument.
diff --git a/docs/examples/zh/math/Lut.html b/docs/examples/zh/math/Lut.html
index fbf37c587ebee1..15d1be58f2c50a 100644
--- a/docs/examples/zh/math/Lut.html
+++ b/docs/examples/zh/math/Lut.html
@@ -58,7 +58,7 @@
color — Lut to copy.
diff --git a/docs/examples/zh/renderers/CSS2DRenderer.html b/docs/examples/zh/renderers/CSS2DRenderer.html index 9e076cb617a3d8..80c94a963ebb77 100644 --- a/docs/examples/zh/renderers/CSS2DRenderer.html +++ b/docs/examples/zh/renderers/CSS2DRenderer.html @@ -31,12 +31,12 @@
使用[page:Camera camera]渲染[page:Scene scene]。
将渲染器的尺寸调整为(width, height).
diff --git a/docs/examples/zh/renderers/CSS3DRenderer.html b/docs/examples/zh/renderers/CSS3DRenderer.html index 9996f8ef471aad..46d24e576c88cc 100644 --- a/docs/examples/zh/renderers/CSS3DRenderer.html +++ b/docs/examples/zh/renderers/CSS3DRenderer.html @@ -43,12 +43,12 @@
使用[page:PerspectiveCamera perspective camera]渲染[page:Scene scene]。
将渲染器尺寸重新调整为(width, height)。
diff --git a/docs/examples/zh/renderers/SVGRenderer.html b/docs/examples/zh/renderers/SVGRenderer.html index bdcc0515f6b327..2872e32f2b95db 100644 --- a/docs/examples/zh/renderers/SVGRenderer.html +++ b/docs/examples/zh/renderers/SVGRenderer.html @@ -46,7 +46,7 @@告诉渲染器来清除其绘图表面。
@@ -56,27 +56,27 @@使用[page:Camera camera]来渲染一个[page:Scene scene]。
-设置clearColor(空白颜色)以及clearAlpha(空白Alpha)。
-设置用于创建路径的数据的精度。
-设置渲染质量。可能的值有*low*和*high*(默认值)。
-改变渲染器尺寸为(width, height)。
diff --git a/docs/examples/zh/utils/SkeletonUtils.html b/docs/examples/zh/utils/SkeletonUtils.html index 96b14f15d20af3..270988a9b3ff44 100644 --- a/docs/examples/zh/utils/SkeletonUtils.html +++ b/docs/examples/zh/utils/SkeletonUtils.html @@ -46,7 +46,7 @@