|
@@ -205,6 +205,7 @@ var list = {
|
|
"DirectionalLight": "api/en/lights/DirectionalLight",
|
|
"DirectionalLight": "api/en/lights/DirectionalLight",
|
|
"HemisphereLight": "api/en/lights/HemisphereLight",
|
|
"HemisphereLight": "api/en/lights/HemisphereLight",
|
|
"Light": "api/en/lights/Light",
|
|
"Light": "api/en/lights/Light",
|
|
|
|
+ "LightProbe": "api/en/lights/LightProbe",
|
|
"PointLight": "api/en/lights/PointLight",
|
|
"PointLight": "api/en/lights/PointLight",
|
|
"RectAreaLight": "api/en/lights/RectAreaLight",
|
|
"RectAreaLight": "api/en/lights/RectAreaLight",
|
|
"SpotLight": "api/en/lights/SpotLight"
|
|
"SpotLight": "api/en/lights/SpotLight"
|
|
@@ -279,7 +280,7 @@ var list = {
|
|
"Ray": "api/en/math/Ray",
|
|
"Ray": "api/en/math/Ray",
|
|
"Sphere": "api/en/math/Sphere",
|
|
"Sphere": "api/en/math/Sphere",
|
|
"Spherical": "api/en/math/Spherical",
|
|
"Spherical": "api/en/math/Spherical",
|
|
- "SphericalHarmonics": "api/en/math/SphericalHarmonics",
|
|
|
|
|
|
+ "SphericalHarmonics3": "api/en/math/SphericalHarmonics3",
|
|
"Triangle": "api/en/math/Triangle",
|
|
"Triangle": "api/en/math/Triangle",
|
|
"Vector2": "api/en/math/Vector2",
|
|
"Vector2": "api/en/math/Vector2",
|
|
"Vector3": "api/en/math/Vector3",
|
|
"Vector3": "api/en/math/Vector3",
|
|
@@ -379,6 +380,10 @@ var list = {
|
|
"VertexTangentsHelper": "examples/en/helpers/VertexTangentsHelper"
|
|
"VertexTangentsHelper": "examples/en/helpers/VertexTangentsHelper"
|
|
},
|
|
},
|
|
|
|
|
|
|
|
+ "Lights": {
|
|
|
|
+ "LightProbeGenerator": "examples/en/lights/LightProbeGenerator"
|
|
|
|
+ },
|
|
|
|
+
|
|
"Loaders": {
|
|
"Loaders": {
|
|
"BasisTextureLoader": "examples/en/loaders/BasisTextureLoader",
|
|
"BasisTextureLoader": "examples/en/loaders/BasisTextureLoader",
|
|
"DRACOLoader": "examples/en/loaders/DRACOLoader",
|
|
"DRACOLoader": "examples/en/loaders/DRACOLoader",
|
|
@@ -658,6 +663,7 @@ var list = {
|
|
"DirectionalLight": "api/zh/lights/DirectionalLight",
|
|
"DirectionalLight": "api/zh/lights/DirectionalLight",
|
|
"HemisphereLight": "api/zh/lights/HemisphereLight",
|
|
"HemisphereLight": "api/zh/lights/HemisphereLight",
|
|
"Light": "api/zh/lights/Light",
|
|
"Light": "api/zh/lights/Light",
|
|
|
|
+ "LightProbe": "api/zh/lights/LightProbe",
|
|
"PointLight": "api/zh/lights/PointLight",
|
|
"PointLight": "api/zh/lights/PointLight",
|
|
"RectAreaLight": "api/zh/lights/RectAreaLight",
|
|
"RectAreaLight": "api/zh/lights/RectAreaLight",
|
|
"SpotLight": "api/zh/lights/SpotLight"
|
|
"SpotLight": "api/zh/lights/SpotLight"
|
|
@@ -732,7 +738,7 @@ var list = {
|
|
"Ray": "api/zh/math/Ray",
|
|
"Ray": "api/zh/math/Ray",
|
|
"Sphere": "api/zh/math/Sphere",
|
|
"Sphere": "api/zh/math/Sphere",
|
|
"Spherical": "api/zh/math/Spherical",
|
|
"Spherical": "api/zh/math/Spherical",
|
|
- "SphericalHarmonics": "api/zh/math/SphericalHarmonics",
|
|
|
|
|
|
+ "SphericalHarmonics3": "api/zh/math/SphericalHarmonics3",
|
|
"Triangle": "api/zh/math/Triangle",
|
|
"Triangle": "api/zh/math/Triangle",
|
|
"Vector2": "api/zh/math/Vector2",
|
|
"Vector2": "api/zh/math/Vector2",
|
|
"Vector3": "api/zh/math/Vector3",
|
|
"Vector3": "api/zh/math/Vector3",
|
|
@@ -823,6 +829,10 @@ var list = {
|
|
"DecalGeometry": "examples/zh/geometries/DecalGeometry"
|
|
"DecalGeometry": "examples/zh/geometries/DecalGeometry"
|
|
},
|
|
},
|
|
|
|
|
|
|
|
+ "灯光": {
|
|
|
|
+ "LightProbeGenerator": "examples/zh/lights/LightProbeGenerator"
|
|
|
|
+ },
|
|
|
|
+
|
|
"辅助对象": {
|
|
"辅助对象": {
|
|
"FaceNormalsHelper": "examples/zh/helpers/FaceNormalsHelper",
|
|
"FaceNormalsHelper": "examples/zh/helpers/FaceNormalsHelper",
|
|
"LightProbeHelper": "examples/zh/helpers/LightProbeHelper",
|
|
"LightProbeHelper": "examples/zh/helpers/LightProbeHelper",
|