Changelog
[2.5.0] - 2023-12-17
Skybox
.Changelog
[2.3.2] - 2023-04-26
Changelog
[2.3.1] - 2023-03-29
Changelog
[2.3.0] - 2023-03-14
CameraOrbitControl
.Mesh3D.createCylinder
function for creating a cylinder mesh.Mesh3D.createCircle
function for creating a circle mesh.StandardMaterial
to render slightly wrong colors for unlit materials without a base texture.Changelog
[2.2.0] - 2023-02-05
renderSortOrder
to Sprite3D
.lerp
to Point3D
.CameraOrbitControl
.Changelog
[2.1.1] - 2022-12-23
Changelog
[2.1.0] - 2022-11-22
ImageBasedLighting
or Skybox
(encoded using the RGBE8 format).Skybox
.Skybox
is now rendered with gamma correction.glTFAsset.fromURL
.Changelog
[2.0.1] - 2022-11-12
Changelog
[2.0.0] - 2022-11-12
import { Model } from "pixi3d/pixi7"
.Point3D
.Quaternion
.glTFAsset.fromURL
, an async function to load a glTF file. Only works when using PixiJS v7+.PostProcessingSprite
to CompositeSprite
.ObservablePoint3D
to Point3D
and changed order of constructor arguments.ObservableQuaternion
to Quaternion
and changed order of constructor arguments.Matrix4
to Matrix4x4
.PickingHitArea
.Camera
properties view
, projection
and viewProjection
was changed from Float32Array
to Matrix4x4
.Matrix4x4
properties was changed from Float32Array
to either Point3D
or Quaternion
.Plane.normal
was changed from Float32Array
to Point3D
.Ray.direction
was changed from Float32Array
to Point3D
.Ray.origin
was changed from Float32Array
to Point3D
.ProjectionSprite.modelViewProjection
was changed from Float32Array
to Matrix4x4
.PickingHitArea.fromObject
was removed, use regular constructor instead.StandardPipeline.createPostProcessingSprite
was removed, use CompositeSprite
instead.