@woosh/meep-engine 2.138.10 β†’ 2.138.12

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.
package/README.md CHANGED
@@ -5,7 +5,7 @@ Meep is a battle-tested JavaScript game engine designed for scale. Built over 10
5
5
 
6
6
  It is designed for engineers who want full control, offering performance that rivals native code on the web.
7
7
 
8
- [πŸš€ Quick Start Template](http://gitlab.company-named.com/travnik/dream-engine-template) | [πŸ“š Documentation](http://meep-engine.company-named.com:8080/docs/getting_started/Installation)
8
+ [πŸ•ΉοΈExamples](https://meep.company-named.com/examples/) | [πŸ“š Documentation](https://meep.company-named.com/docs/getting-started/) | [πŸš€ Quick Start Template](http://gitlab.company-named.com/travnik/dream-engine-template)
9
9
 
10
10
  ---
11
11
 
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "description": "Pure JavaScript game engine. Fully featured and production ready.",
6
6
  "type": "module",
7
7
  "author": "Alexander Goldring",
8
- "version": "2.138.10",
8
+ "version": "2.138.12",
9
9
  "main": "build/meep.module.js",
10
10
  "module": "build/meep.module.js",
11
11
  "exports": {
@@ -363,7 +363,7 @@ export class EngineHarness {
363
363
  castShadow = true,
364
364
  sun = DEFAULT_SUNLIGHT_COLOR,
365
365
  sunIntensity = 0.9,
366
- sunDirection = new Vector3(0.1, -1, 0.1),
366
+ sunDirection = new Vector3(0.17, -1, 0.17),
367
367
  ambient = Color.white,
368
368
  ambientIntensity = 0.1
369
369
  }) {