@shapediver/viewer.rendering-engine.light-engine 3.8.15 → 3.9.1

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.
Files changed (52) hide show
  1. package/README.md +1 -1
  2. package/dist/implementation/AbstractLight.d.ts +4 -4
  3. package/dist/implementation/AbstractLight.d.ts.map +1 -1
  4. package/dist/implementation/AbstractLight.js.map +1 -1
  5. package/dist/implementation/LightEngine.d.ts +5 -5
  6. package/dist/implementation/LightEngine.d.ts.map +1 -1
  7. package/dist/implementation/LightEngine.js +161 -62
  8. package/dist/implementation/LightEngine.js.map +1 -1
  9. package/dist/implementation/LightScene.d.ts +11 -11
  10. package/dist/implementation/LightScene.d.ts.map +1 -1
  11. package/dist/implementation/LightScene.js.map +1 -1
  12. package/dist/implementation/types/AmbientLight.d.ts +3 -3
  13. package/dist/implementation/types/AmbientLight.d.ts.map +1 -1
  14. package/dist/implementation/types/AmbientLight.js +5 -5
  15. package/dist/implementation/types/AmbientLight.js.map +1 -1
  16. package/dist/implementation/types/DirectionalLight.d.ts +4 -4
  17. package/dist/implementation/types/DirectionalLight.d.ts.map +1 -1
  18. package/dist/implementation/types/DirectionalLight.js +5 -5
  19. package/dist/implementation/types/DirectionalLight.js.map +1 -1
  20. package/dist/implementation/types/HemisphereLight.d.ts +3 -3
  21. package/dist/implementation/types/HemisphereLight.d.ts.map +1 -1
  22. package/dist/implementation/types/HemisphereLight.js +5 -5
  23. package/dist/implementation/types/HemisphereLight.js.map +1 -1
  24. package/dist/implementation/types/PointLight.d.ts +4 -4
  25. package/dist/implementation/types/PointLight.d.ts.map +1 -1
  26. package/dist/implementation/types/PointLight.js +5 -5
  27. package/dist/implementation/types/PointLight.js.map +1 -1
  28. package/dist/implementation/types/SpotLight.d.ts +4 -4
  29. package/dist/implementation/types/SpotLight.d.ts.map +1 -1
  30. package/dist/implementation/types/SpotLight.js +5 -5
  31. package/dist/implementation/types/SpotLight.js.map +1 -1
  32. package/dist/index.d.ts +18 -18
  33. package/dist/index.d.ts.map +1 -1
  34. package/dist/index.js.map +1 -1
  35. package/dist/interface/ILight.d.ts +2 -2
  36. package/dist/interface/ILight.d.ts.map +1 -1
  37. package/dist/interface/ILight.js.map +1 -1
  38. package/dist/interface/ILightEngine.d.ts +1 -1
  39. package/dist/interface/ILightEngine.d.ts.map +1 -1
  40. package/dist/interface/ILightScene.d.ts +4 -4
  41. package/dist/interface/ILightScene.d.ts.map +1 -1
  42. package/dist/interface/types/IAmbientLight.d.ts +1 -1
  43. package/dist/interface/types/IAmbientLight.d.ts.map +1 -1
  44. package/dist/interface/types/IDirectionalLight.d.ts +2 -2
  45. package/dist/interface/types/IDirectionalLight.d.ts.map +1 -1
  46. package/dist/interface/types/IHemisphereLight.d.ts +2 -2
  47. package/dist/interface/types/IHemisphereLight.d.ts.map +1 -1
  48. package/dist/interface/types/IPointLight.d.ts +2 -2
  49. package/dist/interface/types/IPointLight.d.ts.map +1 -1
  50. package/dist/interface/types/ISpotLight.d.ts +2 -2
  51. package/dist/interface/types/ISpotLight.d.ts.map +1 -1
  52. package/package.json +47 -47
package/package.json CHANGED
@@ -1,49 +1,49 @@
1
1
  {
2
- "name": "@shapediver/viewer.rendering-engine.light-engine",
3
- "version": "3.8.15",
4
- "description": "",
5
- "keywords": [],
6
- "author": "Michael Oppitz <michael@shapediver.com>",
7
- "license": "polyform-noncommercial-1.0.0",
8
- "main": "dist/index.js",
9
- "directories": {
10
- "test": "__tests__"
11
- },
12
- "files": [
13
- "package.json",
14
- "dist/",
15
- "README.md",
16
- "LICENSE"
17
- ],
18
- "publishConfig": {
19
- "access": "public"
20
- },
21
- "repository": {
22
- "type": "git",
23
- "url": "git+https://github.com/shapediver/Viewer.git"
24
- },
25
- "scripts": {
26
- "check": "tsc --noEmit",
27
- "build": "bash ../../scripts/building/build.sh",
28
- "build-watch": "bash ../../scripts/building/build-watch.sh",
29
- "build-dep": "bash ../../scripts/building/build-dep.sh"
30
- },
31
- "bugs": {
32
- "url": "https://github.com/shapediver/Viewer/issues"
33
- },
34
- "homepage": "https://github.com/shapediver/Viewer#readme",
35
- "typings": "dist/index.d.ts",
36
- "jest": {
37
- "preset": "ts-jest",
38
- "testEnvironment": "node"
39
- },
40
- "dependencies": {
41
- "@shapediver/viewer.rendering-engine.rendering-engine": "3.8.15",
42
- "@shapediver/viewer.settings": "1.1.6",
43
- "@shapediver/viewer.shared.node-tree": "3.8.15",
44
- "@shapediver/viewer.shared.services": "3.8.15",
45
- "@shapediver/viewer.shared.types": "3.8.15",
46
- "gl-matrix": "3.3.0"
47
- },
48
- "gitHead": "14434ce50af982b840f8f841a4c7f48c5d5acc35"
2
+ "name": "@shapediver/viewer.rendering-engine.light-engine",
3
+ "version": "3.9.1",
4
+ "description": "",
5
+ "keywords": [],
6
+ "author": "Michael Oppitz <michael@shapediver.com>",
7
+ "license": "polyform-noncommercial-1.0.0",
8
+ "main": "dist/index.js",
9
+ "directories": {
10
+ "test": "__tests__"
11
+ },
12
+ "files": [
13
+ "package.json",
14
+ "dist/",
15
+ "README.md",
16
+ "LICENSE"
17
+ ],
18
+ "publishConfig": {
19
+ "access": "public"
20
+ },
21
+ "repository": {
22
+ "type": "git",
23
+ "url": "git+https://github.com/shapediver/Viewer.git"
24
+ },
25
+ "scripts": {
26
+ "check": "tsc --noEmit",
27
+ "build": "bash ../../scripts/building/build.sh",
28
+ "build-watch": "bash ../../scripts/building/build-watch.sh",
29
+ "build-dep": "bash ../../scripts/building/build-dep.sh"
30
+ },
31
+ "bugs": {
32
+ "url": "https://github.com/shapediver/Viewer/issues"
33
+ },
34
+ "homepage": "https://github.com/shapediver/Viewer#readme",
35
+ "typings": "dist/index.d.ts",
36
+ "jest": {
37
+ "preset": "ts-jest",
38
+ "testEnvironment": "node"
39
+ },
40
+ "dependencies": {
41
+ "@shapediver/viewer.rendering-engine.rendering-engine": "3.9.1",
42
+ "@shapediver/viewer.settings": "1.1.6",
43
+ "@shapediver/viewer.shared.node-tree": "3.9.1",
44
+ "@shapediver/viewer.shared.services": "3.9.1",
45
+ "@shapediver/viewer.shared.types": "3.9.1",
46
+ "gl-matrix": "3.3.0"
47
+ },
48
+ "gitHead": "d1c3fab987b43a71529204c094035bf210a2e1d9"
49
49
  }