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.2.0 to 1.2.1

5

CHANGELOG.md

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

## [1.2.1] - 2022-02-11
### Fixed
- Fixed an issue which caused some glTF materials to not load correctly.
- Fixed an issue which caused `PostProcessingSprite` resolution to not be set.
## [1.2.0] - 2022-02-04

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

2

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

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

@@ -16,2 +16,6 @@ import { DisplayObject, Sprite, RenderTexture, Renderer, IDestroyOptions } from "pixi.js";

objectToRender?: DisplayObject;
/**
* The resolution of the texture for the sprite.
*/
resolution?: number;
}

@@ -18,0 +22,0 @@ /**

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