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)ShadowGenerator
for fast fake soft transparent shadows (Popov72)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)StandardMaterial
RGBD ReflectionTexture, RefractionTexture and LightmapTexture support. (MackeyK24)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
(Popov72)QuadraticErrorSimplification
was not exported (RaananW)KHR_texture_transform
serializer. (drigax)Plane.transform
when matrix passed in is not a pure rotation (Popov72)TexturePacker
cross-origin image requests, fix falsy default options (ludevik)CustomMaterial
and PBRCustomMaterial
not setting uniforms / samplers / attributes (Popov72)VirtualJoystick
does not have touch-action: "none"
set by default (joergplewe)ShaderMaterial
when using morph targets (Popov72)extrudePolygon
using faceUV1_distances
/ length computation (Poolminer)TransformNode.attachToBone
(Popov72)EffectRenderer.render
now takes a RenderTargetTexture
or an InternalTexture
as the output texture and only a single EffectWrapper
for its first argument (Popov72)updateOptions
takes options.length
and options.offset
as seconds and not milliseconds (RaananW)