playcanvas 1.63.2 → 1.63.3

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.
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * PlayCanvas Engine v1.63.2 revision 15bd51dce
3
+ * PlayCanvas Engine v1.63.3 revision e8060b969
4
4
  * Copyright 2011-2023 PlayCanvas Ltd. All rights reserved.
5
5
  */
6
6
  (function (global, factory) {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * PlayCanvas Engine v1.63.2 revision 15bd51dce
3
+ * PlayCanvas Engine v1.63.3 revision e8060b969
4
4
  * Copyright 2011-2023 PlayCanvas Ltd. All rights reserved.
5
5
  */
6
6
  class CoreExporter {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * PlayCanvas Engine v1.63.2 revision 15bd51dce
3
+ * PlayCanvas Engine v1.63.3 revision e8060b969
4
4
  * Copyright 2011-2023 PlayCanvas Ltd. All rights reserved.
5
5
  */
6
6
  import { CoreExporter } from './core-exporter.js';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * PlayCanvas Engine v1.63.2 revision 15bd51dce
3
+ * PlayCanvas Engine v1.63.3 revision e8060b969
4
4
  * Copyright 2011-2023 PlayCanvas Ltd. All rights reserved.
5
5
  */
6
6
  import { CoreExporter } from './core-exporter.js';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * PlayCanvas Engine v1.63.2 revision 15bd51dce
3
+ * PlayCanvas Engine v1.63.3 revision e8060b969
4
4
  * Copyright 2011-2023 PlayCanvas Ltd. All rights reserved.
5
5
  */
6
6
  export { MiniStats } from './mini-stats/mini-stats.js';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * PlayCanvas Engine v1.63.2 revision 15bd51dce
3
+ * PlayCanvas Engine v1.63.3 revision e8060b969
4
4
  * Copyright 2011-2023 PlayCanvas Ltd. All rights reserved.
5
5
  */
6
6
  import { now } from 'playcanvas';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * PlayCanvas Engine v1.63.2 revision 15bd51dce
3
+ * PlayCanvas Engine v1.63.3 revision e8060b969
4
4
  * Copyright 2011-2023 PlayCanvas Ltd. All rights reserved.
5
5
  */
6
6
  class GpuTimer {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * PlayCanvas Engine v1.63.2 revision 15bd51dce
3
+ * PlayCanvas Engine v1.63.3 revision e8060b969
4
4
  * Copyright 2011-2023 PlayCanvas Ltd. All rights reserved.
5
5
  */
6
6
  class Graph {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * PlayCanvas Engine v1.63.2 revision 15bd51dce
3
+ * PlayCanvas Engine v1.63.3 revision e8060b969
4
4
  * Copyright 2011-2023 PlayCanvas Ltd. All rights reserved.
5
5
  */
6
6
  import { Color, Texture, math, FILTER_NEAREST } from 'playcanvas';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * PlayCanvas Engine v1.63.2 revision 15bd51dce
3
+ * PlayCanvas Engine v1.63.3 revision e8060b969
4
4
  * Copyright 2011-2023 PlayCanvas Ltd. All rights reserved.
5
5
  */
6
6
  import { VertexFormat, SEMANTIC_POSITION, TYPE_FLOAT32, SEMANTIC_TEXCOORD0, shaderChunks, VertexBuffer, BUFFER_STREAM, IndexBuffer, INDEXFORMAT_UINT16, BUFFER_STATIC, BlendState, BLENDEQUATION_ADD, BLENDMODE_SRC_ALPHA, BLENDMODE_ONE_MINUS_SRC_ALPHA, BLENDMODE_ONE, PRIMITIVE_TRIANGLES, CULLFACE_NONE, DepthState } from 'playcanvas';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * PlayCanvas Engine v1.63.2 revision 15bd51dce
3
+ * PlayCanvas Engine v1.63.3 revision e8060b969
4
4
  * Copyright 2011-2023 PlayCanvas Ltd. All rights reserved.
5
5
  */
6
6
  class StatsTimer {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * PlayCanvas Engine v1.63.2 revision 15bd51dce
3
+ * PlayCanvas Engine v1.63.3 revision e8060b969
4
4
  * Copyright 2011-2023 PlayCanvas Ltd. All rights reserved.
5
5
  */
6
6
  class WordAtlas {