Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

pixi3d

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pixi3d - npm Package Compare versions

Comparing version 0.9.0 to 0.9.1

types/shadow/shadow-renderer.d.ts

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc