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 Versions

1345

1.6.2

Diff

Changelog

Source

[1.6.2] - 2022-08-28

Fixed

  • Fixed an issue which caused a crash when all invisible instances was destroyed.
jnsmalm
published 1.6.1 •

Changelog

Source

[1.6.1] - 2022-08-19

Fixed

  • Fixed an issue which caused glTF loading function to return before all resources was loaded.
jnsmalm
published 1.6.0 •

Changelog

Source

[1.6.0] - 2022-08-14

Added

  • Added support for PixiJS extensions API.
  • Added Vec3.lerp.

Fixed

  • Fixed an issue which could cause instanced meshes to not render correctly after changing visibility for those objects.
  • Fixed an issue which caused glTF embedded images to not load correctly.

Changed

  • The default value for alphaMode on StandardMaterial was changed to blend to make it easier to render transparent objects without having to change alphaMode. To get the previous behavior, set alphaMode to opaque.
  • Sprite3D objects are now rendered after all meshes to fix draw order issues.
  • Sprite3D objects are now rendered from back to front by default.
jnsmalm
published 1.5.1 •

Changelog

Source

[1.5.1] - 2022-07-26

Fixed

  • Removed peer dependencies from package.json which could cause issues with multiple PixiJS versions when using bundlers.
jnsmalm
published 1.5.0 •

Changelog

Source

[1.5.0] - 2022-07-23

Added

  • Added Mesh3D.createSphere function for creating a sphere mesh.
  • Added support for vertex colors.
  • Added Material.from function to be able to create a custom material without the need of extending from Material.

Fixed

  • Fixed an issue which caused picking interaction to not function correctly when resolution was any other value than 1.
  • Fixed an issue which caused Skybox to not render correctly when using PixiJS v6+.
  • Fixed sorting of meshes when using values less than 0.
  • Fixed warning when using PostProcessingSprite with PixiJS v6+.

Changed

  • Skybox will now be rendered before other meshes by default.
jnsmalm
published 1.4.1 •

Changelog

Source

[1.4.1] - 2022-06-14

Fixed

  • Fixed an issue which caused camera orbit control not to function correctly in Firefox.
jnsmalm
published 1.4.0 •

Changelog

Source

[1.4.0] - 2022-05-01

Added

  • Added a static function to create a PickingHitArea without the need to pass a renderer.
jnsmalm
published 1.3.1 •

Changelog

Source

[1.3.1] - 2022-03-18

Fixed

  • Fixed an issue which caused skinning to work incorrectly when PIXI.settings.RESOLUTION = 2.
jnsmalm
published 1.3.0 •

Changelog

Source

[1.3.0] - 2022-03-09

Added

  • Added a function to set resolution for PostProcessingSprite.

Fixed

  • Fixed an issue which caused StandardMaterial to set incorrect transforms on some textures.
jnsmalm
published 1.2.1 •

Changelog

Source

[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.
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