|
@@ -11,7 +11,6 @@ var list = {
|
|
|
"WebGL compatibility check": "manual/en/introduction/WebGL-compatibility-check",
|
|
|
"How to run things locally": "manual/en/introduction/How-to-run-things-locally",
|
|
|
"Typescript setup": "manual/en/introduction/Typescript-setup",
|
|
|
- "How to use WebGL 2": "manual/en/introduction/How-to-use-WebGL2",
|
|
|
"Drawing lines": "manual/en/introduction/Drawing-lines",
|
|
|
"Creating text": "manual/en/introduction/Creating-text",
|
|
|
"Loading 3D models": "manual/en/introduction/Loading-3D-models",
|
|
@@ -205,6 +204,7 @@ var list = {
|
|
|
"DirectionalLight": "api/en/lights/DirectionalLight",
|
|
|
"HemisphereLight": "api/en/lights/HemisphereLight",
|
|
|
"Light": "api/en/lights/Light",
|
|
|
+ "LightProbe": "api/en/lights/LightProbe",
|
|
|
"PointLight": "api/en/lights/PointLight",
|
|
|
"RectAreaLight": "api/en/lights/RectAreaLight",
|
|
|
"SpotLight": "api/en/lights/SpotLight"
|
|
@@ -279,6 +279,7 @@ var list = {
|
|
|
"Ray": "api/en/math/Ray",
|
|
|
"Sphere": "api/en/math/Sphere",
|
|
|
"Spherical": "api/en/math/Spherical",
|
|
|
+ "SphericalHarmonics3": "api/en/math/SphericalHarmonics3",
|
|
|
"Triangle": "api/en/math/Triangle",
|
|
|
"Vector2": "api/en/math/Vector2",
|
|
|
"Vector3": "api/en/math/Vector3",
|
|
@@ -310,6 +311,7 @@ var list = {
|
|
|
"Renderers": {
|
|
|
"WebGLMultisampleRenderTarget": "api/en/renderers/WebGLMultisampleRenderTarget",
|
|
|
"WebGLRenderer": "api/en/renderers/WebGLRenderer",
|
|
|
+ "WebGL1Renderer": "api/en/renderers/WebGL1Renderer",
|
|
|
"WebGLRenderTarget": "api/en/renderers/WebGLRenderTarget",
|
|
|
"WebGLCubeRenderTarget": "api/en/renderers/WebGLCubeRenderTarget"
|
|
|
},
|
|
@@ -336,6 +338,7 @@ var list = {
|
|
|
"CompressedTexture": "api/en/textures/CompressedTexture",
|
|
|
"CubeTexture": "api/en/textures/CubeTexture",
|
|
|
"DataTexture": "api/en/textures/DataTexture",
|
|
|
+ "DataTexture2DArray": "api/en/textures/DataTexture2DArray",
|
|
|
"DataTexture3D": "api/en/textures/DataTexture3D",
|
|
|
"DepthTexture": "api/en/textures/DepthTexture",
|
|
|
"Texture": "api/en/textures/Texture",
|
|
@@ -378,6 +381,10 @@ var list = {
|
|
|
"VertexTangentsHelper": "examples/en/helpers/VertexTangentsHelper"
|
|
|
},
|
|
|
|
|
|
+ "Lights": {
|
|
|
+ "LightProbeGenerator": "examples/en/lights/LightProbeGenerator"
|
|
|
+ },
|
|
|
+
|
|
|
"Loaders": {
|
|
|
"BasisTextureLoader": "examples/en/loaders/BasisTextureLoader",
|
|
|
"DRACOLoader": "examples/en/loaders/DRACOLoader",
|
|
@@ -463,7 +470,6 @@ var list = {
|
|
|
"WebGL兼容性检查": "manual/zh/introduction/WebGL-compatibility-check",
|
|
|
"如何在本地运行Three.js": "manual/zh/introduction/How-to-run-things-locally",
|
|
|
"Typescript设置": "manual/zh/introduction/Typescript-setup",
|
|
|
- "如何使用WebGL 2": "manual/zh/introduction/How-to-use-WebGL2",
|
|
|
"画线": "manual/zh/introduction/Drawing-lines",
|
|
|
"创建文字": "manual/zh/introduction/Creating-text",
|
|
|
"载入3D模型": "manual/zh/introduction/Loading-3D-models",
|
|
@@ -657,6 +663,7 @@ var list = {
|
|
|
"DirectionalLight": "api/zh/lights/DirectionalLight",
|
|
|
"HemisphereLight": "api/zh/lights/HemisphereLight",
|
|
|
"Light": "api/zh/lights/Light",
|
|
|
+ "LightProbe": "api/zh/lights/LightProbe",
|
|
|
"PointLight": "api/zh/lights/PointLight",
|
|
|
"RectAreaLight": "api/zh/lights/RectAreaLight",
|
|
|
"SpotLight": "api/zh/lights/SpotLight"
|
|
@@ -731,6 +738,7 @@ var list = {
|
|
|
"Ray": "api/zh/math/Ray",
|
|
|
"Sphere": "api/zh/math/Sphere",
|
|
|
"Spherical": "api/zh/math/Spherical",
|
|
|
+ "SphericalHarmonics3": "api/zh/math/SphericalHarmonics3",
|
|
|
"Triangle": "api/zh/math/Triangle",
|
|
|
"Vector2": "api/zh/math/Vector2",
|
|
|
"Vector3": "api/zh/math/Vector3",
|
|
@@ -762,6 +770,7 @@ var list = {
|
|
|
"渲染器": {
|
|
|
"WebGLMultisampleRenderTarget": "api/zh/renderers/WebGLMultisampleRenderTarget",
|
|
|
"WebGLRenderer": "api/zh/renderers/WebGLRenderer",
|
|
|
+ "WebGL1Renderer": "api/zh/renderers/WebGL1Renderer",
|
|
|
"WebGLRenderTarget": "api/zh/renderers/WebGLRenderTarget",
|
|
|
"WebGLCubeRenderTarget": "api/zh/renderers/WebGLCubeRenderTarget"
|
|
|
},
|
|
@@ -788,6 +797,7 @@ var list = {
|
|
|
"CompressedTexture": "api/zh/textures/CompressedTexture",
|
|
|
"CubeTexture": "api/zh/textures/CubeTexture",
|
|
|
"DataTexture": "api/zh/textures/DataTexture",
|
|
|
+ "DataTexture2DArray": "api/zh/textures/DataTexture2DArray",
|
|
|
"DataTexture3D": "api/zh/textures/DataTexture3D",
|
|
|
"DepthTexture": "api/zh/textures/DepthTexture",
|
|
|
"Texture": "api/zh/textures/Texture",
|
|
@@ -821,6 +831,10 @@ var list = {
|
|
|
"DecalGeometry": "examples/zh/geometries/DecalGeometry"
|
|
|
},
|
|
|
|
|
|
+ "灯光": {
|
|
|
+ "LightProbeGenerator": "examples/zh/lights/LightProbeGenerator"
|
|
|
+ },
|
|
|
+
|
|
|
"辅助对象": {
|
|
|
"FaceNormalsHelper": "examples/zh/helpers/FaceNormalsHelper",
|
|
|
"LightProbeHelper": "examples/zh/helpers/LightProbeHelper",
|