Comparing version 0.9.0 to 0.9.1
{ | ||
"name": "pixi3d", | ||
"version": "0.9.0", | ||
"version": "0.9.1", | ||
"description": "The 3D rendering library which makes it simple to composite both 3D and 2D content on the web", | ||
@@ -5,0 +5,0 @@ "main": "dist/pixi3d.js", |
@@ -13,14 +13,6 @@ import * as PIXI from "pixi.js"; | ||
private _filter; | ||
private _shader; | ||
private _state; | ||
private _shadow; | ||
/** An array of shadow casting lights. */ | ||
lights: ShadowCastingLight[]; | ||
/** | ||
* Creates a new shadow render pass using the specified renderer and adds it | ||
* to the standard renderer. | ||
* @param renderer The renderer to use. | ||
* @param name The name for the render pass. | ||
*/ | ||
static addAsRenderPass(renderer: PIXI.Renderer, name?: string): ShadowRenderPass; | ||
/** | ||
* Creates a new shadow render pass using the specified renderer. | ||
@@ -27,0 +19,0 @@ * @param renderer The renderer to use. |
Sorry, the diff of this file is too big to display
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
265050
86
1756
13