Comparing version 1.2.0 to 1.2.1
@@ -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 |
{ | ||
"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
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
1959795
17934