Changelog
[1.6.2] - 2022-08-28
Changelog
[1.6.1] - 2022-08-19
Changelog
[1.6.0] - 2022-08-14
Vec3.lerp
.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.Changelog
[1.5.1] - 2022-07-26
package.json
which could cause issues with multiple PixiJS versions when using bundlers.Changelog
[1.5.0] - 2022-07-23
Mesh3D.createSphere
function for creating a sphere mesh.Material.from
function to be able to create a custom material without the need of extending from Material
.Skybox
to not render correctly when using PixiJS v6+.PostProcessingSprite
with PixiJS v6+.Changelog
[1.4.1] - 2022-06-14
Changelog
[1.4.0] - 2022-05-01
PickingHitArea
without the need to pass a renderer.Changelog
[1.3.1] - 2022-03-18
Changelog
[1.3.0] - 2022-03-09
PostProcessingSprite
.StandardMaterial
to set incorrect transforms on some textures.