ShadowDepthWrapper
class to support accurate shadow generation for custom as well as node material shaders. Doc (Popov72)BoundingBoxGizmo
(cedricguillemet)CascadedShadowMap.IsSupported
method and log an error instead of throwing an exception when CSM is not supported (Popov72)material.disableColorWrite
(Deltakosh)FreeCamera
(Pheater)scene.physicsEnabled
boolean (Deltakosh)roughness
and albedoScaling
parameters to PBR sheen (Popov72)transparencyMode
property to the StandardMaterial
class (Popov72)FresnelParameters
constructor options and equals method (brianzinn)AddAttribute
to CustomMaterial
and PBRCustomMaterial
(Popov72)setTexture
and setTextureArray
from ShaderMaterial
take now a BaseTexture
as input instead of a Texture
, allowing to pass a CubeTexture
(Popov72)#if
expressions in shader code (Popov72)WebXRControllerPointerSelection
(Exolun)selectstart
and selectend
events when gamepad and motion controller are not present (#7989) (RaananW)autoClear
= false settings (RaananW)Vector3.projectOnPlaneToRef
(Deltakosh)GlowLayer.unReferenceMeshFromUsingItsOwnMaterial
(Popov72QuadraticErrorSimplification
was not exported (RaananWKHR_texture_transform
serializer. (drigax)Plane.transform
when matrix passed in is not a pure rotation (Popov72TexturePacker
cross-origin image requests, fix falsy default options (ludevik)Fix freeze (infinite loop) when disposing a scene that loaded some specific gLTF files (Popov72
Fix submesh recreation when it should not (Popov72
Fix CustomMaterial
and PBRCustomMaterial
not setting uniforms / samplers / attributes (Popov72
Fix bug in NME where deleting a node from a frame would not remove its ports on the outside of a frame
Fix mesh winding order inversion when merging meshes with overridden side orientation (drigax)
Fixed a rendering issue with GearVR in WebXR mode (RaananW)
Fixed error when downloading async createScene function in playground (#7926) (RaananW)
Fix issue where ThinEngine.prototype.createDynamicEngine is undefined when using VideoTexture with es6 packages (rvadhavk)
Fix issue that canvas for VirtualJoystick
does not have touch-action: "none"
set by default (joergplewe)
Fix issue that prevented user from re-loading custom meshes (belfortk)
Fix bug in NME where collapsed frames didn't redraw output links to outside nodes (belfortk)
Fix bug in NME where links were not redrawn after moving frame port (belfortk)
Fix bugs in NME that were causing inconsistent behavior displaying Move Node Up and Down buttons on frame ports (belfortk)
Fix bug in ShaderMaterial
when using morph targets (Popov72
Fix bug in playground where child NME windows would not close before page unload events (belfortk
Fixed an issue with stereoscopic rendering (#8000) (RaananW)
Fix bug with multiple scenes when resizing the screen and there's a glow or highlight layer active (Popov72
Fix an error when compiling with the closure compiler (ageneau)
Fix an error in applying texture to sides of extrudePolygon
using faceUV1
Playground didn't work if query params were added to the URL (RaananW)