@pixi/canvas-mesh
Advanced tools
Comparing version 6.3.2 to 6.4.0
/*! | ||
* @pixi/canvas-mesh - v6.3.2 | ||
* Compiled Wed, 04 May 2022 17:49:13 UTC | ||
* @pixi/canvas-mesh - v6.4.0 | ||
* Compiled Wed, 01 Jun 2022 21:14:23 UTC | ||
* | ||
@@ -14,3 +14,2 @@ * @pixi/canvas-mesh is licensed under the MIT License. | ||
* Renderer dedicated to meshes. | ||
* | ||
* @class | ||
@@ -27,3 +26,2 @@ * @protected | ||
* Renders the Mesh | ||
* | ||
* @param mesh - the Mesh to render | ||
@@ -46,3 +44,2 @@ */ | ||
* Draws the object in Triangle Mesh mode | ||
* | ||
* @private | ||
@@ -62,3 +59,2 @@ * @param mesh - the Mesh to render | ||
* Draws the object in triangle mode using canvas | ||
* | ||
* @private | ||
@@ -81,3 +77,2 @@ * @param mesh - the current mesh | ||
* Draws one of the triangles that from the Mesh | ||
* | ||
* @private | ||
@@ -174,3 +169,2 @@ * @param mesh - the current mesh | ||
* Renders a flat Mesh | ||
* | ||
* @private | ||
@@ -211,3 +205,2 @@ * @param mesh - The Mesh to render | ||
* Default `canvasPadding` for canvas-based Mesh rendering. | ||
* | ||
* @see PIXI.Mesh2d#canvasPadding | ||
@@ -223,3 +216,2 @@ * @static | ||
* Renders the mesh using the Canvas renderer | ||
* | ||
* @protected | ||
@@ -258,3 +250,2 @@ * @method render | ||
* Renders the object using the Canvas renderer | ||
* | ||
* @private | ||
@@ -341,3 +332,2 @@ * @method _renderCanvas | ||
* Renders the object using the Canvas renderer | ||
* | ||
* @private | ||
@@ -368,3 +358,2 @@ * @method _renderCanvas | ||
* Internal variable for `canvasPadding`. | ||
* | ||
* @private | ||
@@ -379,3 +368,2 @@ * @memberof PIXI.Mesh | ||
* to overlap a bit with each other. To set the global default, set {@link PIXI.settings.MESH_CANVAS_PADDING} | ||
* | ||
* @see PIXI.settings.MESH_CANVAS_PADDING | ||
@@ -397,3 +385,2 @@ * @member {number} canvasPadding | ||
* Renders the object using the Canvas renderer | ||
* | ||
* @private | ||
@@ -417,3 +404,2 @@ * @method _renderCanvas | ||
* Renders the object using the Canvas renderer | ||
* | ||
* @protected | ||
@@ -420,0 +406,0 @@ * @method _renderCanvas |
/*! | ||
* @pixi/canvas-mesh - v6.3.2 | ||
* Compiled Wed, 04 May 2022 17:49:13 UTC | ||
* @pixi/canvas-mesh - v6.4.0 | ||
* Compiled Wed, 01 Jun 2022 21:14:23 UTC | ||
* | ||
@@ -5,0 +5,0 @@ * @pixi/canvas-mesh is licensed under the MIT License. |
@@ -1,3 +0,5 @@ | ||
declare namespace GlobalMixins { | ||
interface Mesh { | ||
declare namespace GlobalMixins | ||
{ | ||
interface Mesh | ||
{ | ||
_renderCanvas(renderer: import('@pixi/canvas-renderer').CanvasRenderer): void; | ||
@@ -11,7 +13,9 @@ _canvasPadding: number; | ||
interface MeshMaterial { | ||
interface MeshMaterial | ||
{ | ||
_renderCanvas(renderer: import('@pixi/canvas-renderer').CanvasRenderer, mesh: import('@pixi/mesh').Mesh): void; | ||
} | ||
interface NineSlicePlane { | ||
interface NineSlicePlane | ||
{ | ||
_cachedTint: number; | ||
@@ -18,0 +22,0 @@ _tintedCanvas: HTMLCanvasElement; |
@@ -8,3 +8,2 @@ /// <reference path="./global.d.ts" /> | ||
* Renderer dedicated to meshes. | ||
* | ||
* @class | ||
@@ -21,3 +20,2 @@ * @protected | ||
* Renders the Mesh | ||
* | ||
* @param mesh - the Mesh to render | ||
@@ -28,3 +26,2 @@ */ | ||
* Draws the object in Triangle Mesh mode | ||
* | ||
* @private | ||
@@ -36,3 +33,2 @@ * @param mesh - the Mesh to render | ||
* Draws the object in triangle mode using canvas | ||
* | ||
* @private | ||
@@ -44,3 +40,2 @@ * @param mesh - the current mesh | ||
* Draws one of the triangles that from the Mesh | ||
* | ||
* @private | ||
@@ -55,3 +50,2 @@ * @param mesh - the current mesh | ||
* Renders a flat Mesh | ||
* | ||
* @private | ||
@@ -58,0 +52,0 @@ * @param mesh - The Mesh to render |
{ | ||
"name": "@pixi/canvas-mesh", | ||
"version": "6.3.2", | ||
"version": "6.4.0", | ||
"main": "dist/cjs/canvas-mesh.js", | ||
"module": "dist/esm/canvas-mesh.js", | ||
"bundle": "dist/browser/canvas-mesh.js", | ||
"types": "index.d.ts", | ||
"exports": { | ||
".": { | ||
"import": { | ||
"default": "./dist/cjs/canvas-mesh.js", | ||
"types": "./index.d.ts" | ||
}, | ||
"require": { | ||
"default": "./dist/esm/canvas-mesh.js", | ||
"types": "./index.d.ts" | ||
} | ||
} | ||
}, | ||
"description": "Canvas mixin for the mesh package", | ||
@@ -28,10 +41,10 @@ "author": "Mat Groves", | ||
"peerDependencies": { | ||
"@pixi/canvas-display": "6.3.2", | ||
"@pixi/canvas-renderer": "6.3.2", | ||
"@pixi/constants": "6.3.2", | ||
"@pixi/mesh": "6.3.2", | ||
"@pixi/mesh-extras": "6.3.2", | ||
"@pixi/settings": "6.3.2" | ||
"@pixi/canvas-display": "6.4.0", | ||
"@pixi/canvas-renderer": "6.4.0", | ||
"@pixi/constants": "6.4.0", | ||
"@pixi/mesh": "6.4.0", | ||
"@pixi/mesh-extras": "6.4.0", | ||
"@pixi/settings": "6.4.0" | ||
}, | ||
"gitHead": "87031295631dcd7db3e24b99ed7ceb2c4f963a40" | ||
"gitHead": "e7eaa713b6e0eeb335e90384aec778f5c99c60d5" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5447095
30848