dvdoug / BoxPacker

4D bin packing / knapsack problem solver
MIT License
612 stars 156 forks source link

Bump @babylonjs/core from 6.0.0 to 6.4.1 in /docs/visualiser #495

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps @babylonjs/core from 6.0.0 to 6.4.1.

Release notes

Sourced from @​babylonjs/core's releases.

6.4.1

Changes:

  • #13875: Adds a new MeshBuilder function to create 3D Text
  • #13876: Fix #13875
  • #13877: [Screen Reader Support] Option for twin renderer to not render all GUI controls by default
  • #13874: WebGPU: Fix errors when using float32 textures in materials

This list of changes was auto generated.

6.4.0

Changes:

  • #13872: Mesh: Improve doc for ignoreCameraMaxZ
  • #13871: WebGPU: add support for new texture formats
  • #13870: Fix Scene performance counters
  • #13853: Physics: Add debug inertia view
  • #13864: Allow scene.audioListenerPositionProvider to be set to null
  • #13869: core not supported in declare module
  • #13868: WebGPU: Fix morphTargetTextureIndices overwritting morphTargetTextureInfo
  • #13866: Material plugin: Fix cleaning when engine is disposed
  • #13863: [XR] add enabledFeatures to the session manager
  • #13837: [XR] add enabledFeatures to the session manager
  • #13860: Sprite: Fix picking when angle is not zero
  • #13842: Node Material Editor: Allow loading GLTF format files in preview window, add drag and drop, revert to cube when loading fails
  • #13859: Fix bug where constraint perp axes were ignored
  • #13857: Decal: Add support for thin instances
  • #13856: ArcRotateCamera: Account for offset when using zoom to mouse location
  • #13855: DecalMap: Fix the isReady function

This list of changes was auto generated.

6.3.1

Changes:

  • #13850: Fix Dump tools clamping
  • #13849: Add clarification to expected coordinate spaces when using Ray.inters…
  • #13848: SSR: Make the jitter centered
  • #13847: Make sure not to add rootUrl to data URLs when parsing textures
  • #13846: Add texture LOD input to NME TextureBlock
  • #13844: Fix Required dependency in HTMLElementTexture
  • #13845: Fix polynomials not being ready in PBR and env

... (truncated)

Changelog

Sourced from @​babylonjs/core's changelog.

6.4.1

Core

  • Adds a new MeshBuilder function to create 3D Text - [New Feature] by deltakosh (#13876)
  • WebGPU: Fix errors when using float32 textures in materials - [Bug Fix] by Popov72 (#13874)

6.4.0

Core

  • WebGPU: add support for new texture formats - [New Feature] by Popov72 (#13871)
  • Fix Scene performance counters - [Bug Fix] by sebavan (#13870)
  • Physics: Add debug inertia view - [New Feature] by carolhmj (#13853)
  • Allow scene.audioListenerPositionProvider to be set to null - [Bug Fix] by docEdub (#13864)
  • core not supported in declare module - [Bug Fix] by RaananW (#13869)
  • WebGPU: Fix morphTargetTextureIndices overwritting morphTargetTextureInfo - [Bug Fix] by Popov72 (#13868)
  • Material plugin: Fix cleaning when engine is disposed - [Bug Fix] by Popov72 (#13866)
  • add enabledFeatures to the session manager - by RaananW (#13863)
  • Sprite: Fix picking when angle is not zero - [Bug Fix] by Popov72 (#13860)
  • Fix bug where constraint perp axes were ignored - [Bug Fix] by eoineoineoin (#13859)
  • Decal: Add support for thin instances - [New Feature] by Popov72 (#13857)
  • ArcRotateCamera: Account for offset when using zoom to mouse location - [Bug Fix] by PolygonalSun (#13856)
  • DecalMap: Fix the isReady function - [Bug Fix] by Popov72 (#13855)

Node Editor

  • Node Material Editor: Allow loading GLTF format files in preview window, add drag and drop, revert to cube when loading fails - by carolhmj (#13842)

Playground

  • Material plugin: Fix cleaning when engine is disposed - [Bug Fix] by Popov72 (#13866)

6.3.1

Core

  • Fix Dump tools clamping - [Bug Fix] by sebavan (#13850)
  • SSR: Make the jitter centered - [New Feature] by Popov72 (#13848)
  • Make sure not to add rootUrl to data URLs when parsing textures - [Bug Fix] by RaananW (#13847)
  • Add texture LOD input to NME TextureBlock - by MiikaH (#13846)
  • Fix Required dependency in HTMLElementTexture - [Bug Fix] by sebavan (#13844)
  • Fix polynomials not being ready in PBR and env - [Bug Fix] by sebavan (#13845)
  • Fix video texture bootstrap data. - [Bug Fix] by sebavan (#13843)

6.3.0

Core

  • Video: Fix video not played when using multiple videos in a shader - [Bug Fix] by Popov72 (#13841)

... (truncated)

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 year ago

Superseded by #498.