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 1.1.0 to 1.1.1

4

CHANGELOG.md

@@ -7,2 +7,6 @@ # Changelog

## [1.1.1] - 2021-11-30
### Fixed
- Fixed an issue which caused `PostProcessingSprite` to crash if application/renderer was destroyed.
## [1.1.0] - 2021-11-20

@@ -9,0 +13,0 @@ ### Added

2

package.json
{
"name": "pixi3d",
"version": "1.1.0",
"version": "1.1.1",
"description": "The 3D renderer for PixiJS. Seamless integration with 2D applications.",

@@ -5,0 +5,0 @@ "main": "dist/pixi3d.js",

@@ -1,2 +0,2 @@

import { DisplayObject, Sprite, RenderTexture, Renderer } from "pixi.js";
import { DisplayObject, Sprite, RenderTexture, Renderer, IDestroyOptions } from "pixi.js";
export interface PostProcessingSpriteOptions {

@@ -23,2 +23,3 @@ /**

renderer: Renderer;
private _tickerRender;
private _renderTexture;

@@ -36,2 +37,3 @@ /** The render texture. */

constructor(renderer: Renderer, options?: PostProcessingSpriteOptions);
destroy(options?: boolean | IDestroyOptions): void;
/**

@@ -38,0 +40,0 @@ * Updates the sprite's texture by rendering the specified object to it.

Sorry, the diff of this file is too big to display

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