@wonderlandengine/editor-api 1.5.3 → 1.6.0-rc.2

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/dist/data.d.ts CHANGED
@@ -776,6 +776,7 @@ export declare class PipelineResource extends Resource {
776
776
  name: string;
777
777
  doubleSided: boolean;
778
778
  castShadows: boolean;
779
+ meshlets: boolean;
779
780
  colorWrite: {
780
781
  red: boolean;
781
782
  green: boolean;
package/dist/data.js CHANGED
@@ -797,6 +797,7 @@ export class PipelineResource extends Resource {
797
797
  name = 'pipeline';
798
798
  doubleSided = false;
799
799
  castShadows = false;
800
+ meshlets = false;
800
801
  colorWrite = {
801
802
  red: true,
802
803
  green: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wonderlandengine/editor-api",
3
- "version": "1.5.3",
3
+ "version": "1.6.0-rc.2",
4
4
  "description": "Wonderland Engine's Editor API for plugins - very experimental.",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",
@@ -18,7 +18,7 @@
18
18
  "wonderland",
19
19
  "components"
20
20
  ],
21
- "author": "Wonderland GmbH",
21
+ "author": "Create Worlds",
22
22
  "license": "MIT",
23
23
  "bugs": {
24
24
  "url": "https://discord.wonderlandengine.com/"