|
@@ -48,7 +48,7 @@
|
|
|
- Added `RawTexture2DArray` to enable use of WebGL2 2D array textures by custom shaders ([atg](https://github.com/atg))
|
|
|
- Added multiview support for the shader material (and the line-mesh class) ([RaananW](https://github.com/RaananW/))
|
|
|
- Added various (interpolation) functions to Path3D, also `alignTangentsWithPath`, `slice`, `getClosestPositionTo` ([Poolminer](https://github.com/Poolminer/))
|
|
|
-- Allow setting of `BABYLON.Basis.JSModuleURL` and `BABYLON.Basis.WasmModuleURL`, for hosting the Basis transcoder locally ([JasonAyre])(https://github.com/jasonyre))
|
|
|
+- Allow setting of `BABYLON.Basis.JSModuleURL` and `BABYLON.Basis.WasmModuleURL`, for hosting the Basis transcoder locally ([JasonAyre](https://github.com/jasonyre))
|
|
|
- PNG support for browsers not supporting SVG ([RaananW](https://github.com/RaananW/))
|
|
|
- Device orientation event permissions for iOS 13+ ([RaananW](https://github.com/RaananW/))
|
|
|
- Added `DirectionalLight.autoCalcShadowZBounds` to automatically compute the `shadowMinZ` and `shadowMaxZ` values ([Popov72](https://github.com/Popov72))
|
|
@@ -181,7 +181,7 @@
|
|
|
- WebXR teleportation can now be disabled after initialized ([RaananW](https://github.com/RaananW/))
|
|
|
- New Features Manager for WebXR features ([RaananW](https://github.com/RaananW/))
|
|
|
- New features - Plane detection, Hit Test, Background remover ([RaananW](https://github.com/RaananW/))
|
|
|
-- Camera's API works as expected (position, rotationQuaternion, world matrix etc') ([#7239](https://github.com/BabylonJS/Babylon.js/issues/7239)) ([RaananW](https://github.com/RaananW/))
|
|
|
+- Camera's API is Babylon-conform (position, rotationQuaternion, world matrix, direction etc') ([#7239](https://github.com/BabylonJS/Babylon.js/issues/7239)) ([RaananW](https://github.com/RaananW/))
|
|
|
- XR Input now using standard profiles and completely separated from the gamepad class ([#7348](https://github.com/BabylonJS/Babylon.js/issues/7348)) ([RaananW](https://github.com/RaananW/))
|
|
|
|
|
|
### Ray
|
|
@@ -216,7 +216,7 @@
|
|
|
### Serializers
|
|
|
|
|
|
- Added support for `AnimationGroup` serialization ([Drigax](https://github.com/drigax/))
|
|
|
-- Expanded animation group serialization to include all targeted TransformNodes ([Drigax]https://github.com/drigax/)
|
|
|
+- Expanded animation group serialization to include all targeted TransformNodes ([Drigax](https://github.com/drigax/))
|
|
|
|
|
|
### Documentation
|
|
|
|
|
@@ -284,4 +284,4 @@
|
|
|
- The STL loader does not create light or camera automatically, please use `scene.createDefaultCameraOrLight();` in your code [Sebavan](https://github.com/sebavan/)
|
|
|
- The glTF2 exporter extension no longer ignores childless empty nodes.([drigax](https://github.com/drigax))
|
|
|
- Default culling strategy changed to CULLINGSTRATEGY_BOUNDINGSPHERE_ONLY ([Deltakosh](https://github.com/deltakosh/))
|
|
|
-- `MaterialHelper.BindLight` and `MaterialHelper.BindLights` do not need the usePhysicalLight anymore ([Sebavan](https://github.com/sebavan/))
|
|
|
+- `MaterialHelper.BindLight` and `MaterialHelper.BindLights` do not need the usePhysicalLight anymore ([Sebavan](https://github.com/sebavan/))
|