sunrize 1.7.8 → 1.7.9

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "sunrize",
3
3
  "productName": "Sunrize X3D Editor",
4
- "version": "1.7.8",
4
+ "version": "1.7.9",
5
5
  "description": "A Multi-Platform X3D Editor",
6
6
  "main": "src/main.js",
7
7
  "bin": {
@@ -109,7 +109,7 @@
109
109
  "string-similarity": "^4.0.4",
110
110
  "tweakpane": "^3.1.10",
111
111
  "update-electron-app": "^3.0.0",
112
- "x_ite": "^10.1.0"
112
+ "x_ite": "^10.2.0"
113
113
  },
114
114
  "config": {
115
115
  "forge": {
@@ -360,6 +360,26 @@ DEF Sphere Transform {
360
360
  geometry Sphere { }
361
361
  }
362
362
  }
363
+ `
364
+ },
365
+ {
366
+ componentInfo: { name: "Lighting" },
367
+ typeName: "EnvironmentLight",
368
+ x3dSyntax: `
369
+ EnvironmentLight {
370
+ diffuseTexture ImageCubeMapTexture {
371
+ url "https://create3000.github.io/Library/Tests/Components/images/helipad-diffuse.jpg"
372
+ textureProperties DEF _1 TextureProperties {
373
+ generateMipMaps TRUE
374
+ minificationFilter "NICEST"
375
+ magnificationFilter "NICEST"
376
+ }
377
+ }
378
+ specularTexture ImageCubeMapTexture {
379
+ url "https://create3000.github.io/Library/Tests/Components/images/helipad-specular.jpg"
380
+ textureProperties USE _1
381
+ }
382
+ }
363
383
  `
364
384
  },
365
385
  {