lythreeframe 1.0.24 → 1.0.25

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2645,10 +2645,10 @@ class BoxActor extends Actor {
2645
2645
 
2646
2646
  const DefaultSkyParam = {
2647
2647
  turbidity: 10,
2648
- rayleigh: 2,
2648
+ rayleigh: 3,
2649
2649
  mieCoefficient: 0.005,
2650
- mieDirectionalG: 0.8,
2651
- elevation: 23.44,
2650
+ mieDirectionalG: 0.7,
2651
+ elevation: 2,
2652
2652
  azimuth: 135,
2653
2653
  };
2654
2654
  class SkyComponent extends SceneComponent {
@@ -2643,10 +2643,10 @@ class BoxActor extends Actor {
2643
2643
 
2644
2644
  const DefaultSkyParam = {
2645
2645
  turbidity: 10,
2646
- rayleigh: 2,
2646
+ rayleigh: 3,
2647
2647
  mieCoefficient: 0.005,
2648
- mieDirectionalG: 0.8,
2649
- elevation: 23.44,
2648
+ mieDirectionalG: 0.7,
2649
+ elevation: 2,
2650
2650
  azimuth: 135,
2651
2651
  };
2652
2652
  class SkyComponent extends SceneComponent {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lythreeframe",
3
- "version": "1.0.24",
3
+ "version": "1.0.25",
4
4
  "description": "Three.js 封装",
5
5
  "main": "dist/bundle.cjs.js",
6
6
  "module": "dist/bundle.esm.js",