@woosh/meep-engine 2.117.7 → 2.117.8

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
@@ -5,7 +5,7 @@
5
5
  "description": "Fully featured ECS game engine written in JavaScript",
6
6
  "type": "module",
7
7
  "author": "Alexander Goldring",
8
- "version": "2.117.7",
8
+ "version": "2.117.8",
9
9
  "main": "build/meep.module.js",
10
10
  "module": "build/meep.module.js",
11
11
  "exports": {
@@ -1,7 +1,7 @@
1
1
  /**
2
- * @template DATA
2
+ * @template [DATA=Object<number>]
3
3
  */
4
- export class RenderPass<DATA> {
4
+ export class RenderPass<DATA = any> {
5
5
  constructor(inputs: any);
6
6
  /**
7
7
  * Used for debug and visualisation
@@ -1,7 +1,7 @@
1
1
  const DEFAULT_FLAGS = 0;
2
2
 
3
3
  /**
4
- * @template DATA
4
+ * @template [DATA=Object<number>]
5
5
  */
6
6
  export class RenderPass {
7
7
 
@@ -1 +1 @@
1
- {"version":3,"file":"CopyPass.d.ts","sourceRoot":"","sources":["../../../../../../../../src/engine/graphics/render/frame_graph/sample/deferred/CopyPass.js"],"names":[],"mappings":"AAEA;IAkBsB,yBAAyN;IAf3O;;MAUC;IAED,8DAEC;CACJ;2BApB0B,qBAAqB"}
1
+ {"version":3,"file":"CopyPass.d.ts","sourceRoot":"","sources":["../../../../../../../../src/engine/graphics/render/frame_graph/sample/deferred/CopyPass.js"],"names":[],"mappings":"AAEA;IAkBuC,yBAAyN;IAf5P;;MAUC;IAED,8DAEC;CACJ;2BApB0B,qBAAqB"}
@@ -1 +1 @@
1
- {"version":3,"file":"GBufferDrawPass.d.ts","sourceRoot":"","sources":["../../../../../../../../src/engine/graphics/render/frame_graph/sample/deferred/GBufferDrawPass.js"],"names":[],"mappings":"AAGA;IAQc,yBAOY;IAZtB;;;;MAqBC;IAED,8DAEC;CACJ;2BAhC0B,qBAAqB"}
1
+ {"version":3,"file":"GBufferDrawPass.d.ts","sourceRoot":"","sources":["../../../../../../../../src/engine/graphics/render/frame_graph/sample/deferred/GBufferDrawPass.js"],"names":[],"mappings":"AAGA;IAQ+B,yBAOY;IAZvC;;;;MAqBC;IAED,8DAEC;CACJ;2BAhC0B,qBAAqB"}
@@ -1 +1 @@
1
- {"version":3,"file":"LightingPass.d.ts","sourceRoot":"","sources":["../../../../../../../../src/engine/graphics/render/frame_graph/sample/deferred/LightingPass.js"],"names":[],"mappings":"AAEA;IAa6B,yBAQ8E;IAlBvG;;MAYC;IAED,8DAEC;CACJ;2BAtB0B,qBAAqB"}
1
+ {"version":3,"file":"LightingPass.d.ts","sourceRoot":"","sources":["../../../../../../../../src/engine/graphics/render/frame_graph/sample/deferred/LightingPass.js"],"names":[],"mappings":"AAEA;IAeI,yBAMwH;IAlBxH;;MAYC;IAED,8DAEC;CACJ;2BAtB0B,qBAAqB"}
@@ -1,5 +1,7 @@
1
- export class ColorDepthPass extends RenderPass<any> {
2
- constructor(inputs: any);
1
+ /**
2
+ * @extends {RenderPass.<{color:number, depth:number}>}
3
+ */
4
+ export class ColorDepthPass {
3
5
  resolution: Vector2;
4
6
  setup(builder: any): {
5
7
  color: any;
@@ -7,6 +9,5 @@ export class ColorDepthPass extends RenderPass<any> {
7
9
  };
8
10
  execute(data: any, resources: any, render_context: any): void;
9
11
  }
10
- import { RenderPass } from "../../RenderPass.js";
11
12
  import Vector2 from "../../../../../../core/geom/Vector2.js";
12
13
  //# sourceMappingURL=ColorDepthPass.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ColorDepthPass.d.ts","sourceRoot":"","sources":["../../../../../../../../src/engine/graphics/render/frame_graph/sample/meep-v1/ColorDepthPass.js"],"names":[],"mappings":"AAKA;IAIQ,yBAIa;IAPjB,oBAAoC;IAEpC;;;MAuBC;IAED,8DAGC;CACJ;2BAnC0B,qBAAqB;oBAD5B,wCAAwC"}
1
+ {"version":3,"file":"ColorDepthPass.d.ts","sourceRoot":"","sources":["../../../../../../../../src/engine/graphics/render/frame_graph/sample/meep-v1/ColorDepthPass.js"],"names":[],"mappings":"AAKA;;GAEG;AACH;IACI,oBAAoC;IAEpC;;;MAuBC;IAED,8DAGC;CACJ;oBAvCmB,wCAAwC"}
@@ -3,6 +3,9 @@ import Vector2 from "../../../../../../core/geom/Vector2.js";
3
3
  import { RenderPass } from "../../RenderPass.js";
4
4
  import { TextureResourceDescriptor } from "../../resource/TextureResourceDescriptor.js";
5
5
 
6
+ /**
7
+ * @extends {RenderPass.<{color:number, depth:number}>}
8
+ */
6
9
  export class ColorDepthPass extends RenderPass {
7
10
  resolution = new Vector2(1024, 724);
8
11
 
@@ -1 +1 @@
1
- {"version":3,"file":"OutlinePass.d.ts","sourceRoot":"","sources":["../../../../../../../../src/engine/graphics/render/frame_graph/sample/meep-v1/OutlinePass.js"],"names":[],"mappings":"AAEA;IAQqM,yBAAyN;IAP1Z,0BAKC;CACJ;2BAT0B,qBAAqB"}
1
+ {"version":3,"file":"OutlinePass.d.ts","sourceRoot":"","sources":["../../../../../../../../src/engine/graphics/render/frame_graph/sample/meep-v1/OutlinePass.js"],"names":[],"mappings":"AAEA;IAQsN,yBAAyN;IAP3a,0BAKC;CACJ;2BAT0B,qBAAqB"}
@@ -1 +1 @@
1
- {"version":3,"file":"SSAOPass.d.ts","sourceRoot":"","sources":["../../../../../../../../src/engine/graphics/render/frame_graph/sample/meep-v1/SSAOPass.js"],"names":[],"mappings":"AAEA;IAGsT,yBAAyN;CAD9gB;2BAJ0B,qBAAqB"}
1
+ {"version":3,"file":"SSAOPass.d.ts","sourceRoot":"","sources":["../../../../../../../../src/engine/graphics/render/frame_graph/sample/meep-v1/SSAOPass.js"],"names":[],"mappings":"AAEA;IAGuU,yBAAyN;CAD/hB;2BAJ0B,qBAAqB"}