dvdoug / BoxPacker

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

Bump the babylon group in /visualiser with 2 updates #563

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps the babylon group in /visualiser with 2 updates: @babylonjs/core and @babylonjs/gui.

Updates @babylonjs/core from 6.18.0 to 6.21.1

Release notes

Sourced from @​babylonjs/core's releases.

6.21.1

Changes:

  • #14301: Support more native texture formats
  • #14320: flow graph: arithmetic and logic nodes
  • #14324: Distinguish sounds with no soundTrackId from those in soundTrack 0.
  • #14323: Add missing collision and trigger events to IPhysicsEnginePluginV2 in…
  • #14311: Improve Draco decoder processing code
  • #14322: Fix PBR double sided lighting harmonics
  • #14321: more outputs
  • #14319: Better icons
  • #14309: Mesh: Fix subMesh bounding info when mesh has thin instances
  • #14314: Texture: Set type and format at load time
  • #14313: fix rayHelper.ts typo
  • #14310: Add more locking mode for random block
  • #14308: Playwright visualization tests
  • #14247: fix viewer's animation error when animations has same name
  • #14306: Make core pass strict lib check
  • #14307: Allow debug nodes to be terminal
  • #14304: docs: fix typo (2x "the")
  • #14305: Bump mapping: Fix parallax mapping in right handed mode

This list of changes was auto generated.

6.21.0

Changes:

  • #14297: Nge texture
  • #14303: Fix continuity with teleports
  • #14302: Fix adapt to not trigger with undefined
  • #14300: Improve perf of noise texture gen in lens and ssao
  • #14296: Vertex color mesh used for instantiate source not visible if density set to 0
  • #14298: Fix #14296
  • #14295: [NGE] - Given a data set of positional Values, ability to get the min and max from that list
  • #14299: Fix #14295
  • #14294: Fix geom caching

This list of changes was auto generated.

6.20.2

Changes:

... (truncated)

Changelog

Sourced from @​babylonjs/core's changelog.

6.21.1

Core

  • Support more native texture formats - by bghgary (#14301)
  • flow graph: arithmetic and logic nodes - [New Feature] by carolhmj (#14320)
  • Distinguish sounds with no soundTrackId from those in soundTrack 0. - [Bug Fix] by bmcbarron (#14324)
  • Add missing collision and trigger events to IPhysicsEnginePluginV2 in… - by carolhmj (#14323)
  • Improve Draco decoder processing code - [Bug Fix] by bghgary (#14311)
  • Fix PBR double sided lighting harmonics - [Bug Fix] by sebavan (#14322)
  • Mesh: Fix subMesh bounding info when mesh has thin instances - [Bug Fix] by Popov72 (#14309)
  • Texture: Set type and format at load time - [Bug Fix] by Popov72 (#14314)
  • fix rayHelper.ts typo - by djakinho (#14313)
  • Make core pass strict lib check - by alecmev (#14306)
  • docs: fix typo (2x "the") - by PhilippeMorier (#14304)
  • Bump mapping: Fix parallax mapping in right handed mode - [Bug Fix] by Popov72 (#14305)

Loaders

  • Improve Draco decoder processing code - [Bug Fix] by bghgary (#14311)

Viewer

  • fix viewer's animation error when animations has same name - by cpunion (#14247)

6.21.0

Core

6.20.2

Core

  • Mark native engine as supporting MSAA - by bghgary (#14292)
  • ReflectionProbe: Add a setter for renderList - by Popov72 (#14287)
  • Idempotent disposing of physics bodies and shapes. - [Bug Fix] by carolhmj (#14286)
  • Effect: Call pipelineContext.setUIntX instead of setIntX for the unsigned variants - [Bug Fix] by Popov72 (#14285)
  • MeshLine: Add support for thin instances - by Popov72 (#14284)

6.20.1

Core

  • Animations: Refactor the code that creates additive animations - by Popov72 (#14278)
  • WebGPU: Fix having a single occlusion query per mesh per frame - [Bug Fix] by Popov72 (#14274)
  • WebGPU: Fix warnings when using occlusion queries - [Bug Fix] by Popov72 (#14272)
  • NME: Fix PBR debug mode - [Bug Fix] by Popov72 (#14271)

... (truncated)

Commits
  • 9469727 Version update 6.21.1
  • 70ec711 Patch trigger
  • e7dff24 Support more native texture formats (#14301)
  • 3f09bba Merge pull request #14320 from carolhmj/flowGraphArithmeticNodes
  • de10d93 Merge pull request #14324 from bmcbarron/master
  • 2897e06 fix name
  • cda803a review changes
  • faf5377 Distinguish sound with no soundTrackId from those in soundTrack 0.
  • ebb236a Merge pull request #14323 from carolhmj/addCollisionAndTriggerEventsToPlugin
  • 9fdfb0b Add missing collision and trigger events to IPhysicsEnginePluginV2 interface
  • Additional commits viewable in compare view


Updates @babylonjs/gui from 6.18.0 to 6.21.1

Release notes

Sourced from @​babylonjs/gui's releases.

6.21.1

Changes:

  • #14301: Support more native texture formats
  • #14320: flow graph: arithmetic and logic nodes
  • #14324: Distinguish sounds with no soundTrackId from those in soundTrack 0.
  • #14323: Add missing collision and trigger events to IPhysicsEnginePluginV2 in…
  • #14311: Improve Draco decoder processing code
  • #14322: Fix PBR double sided lighting harmonics
  • #14321: more outputs
  • #14319: Better icons
  • #14309: Mesh: Fix subMesh bounding info when mesh has thin instances
  • #14314: Texture: Set type and format at load time
  • #14313: fix rayHelper.ts typo
  • #14310: Add more locking mode for random block
  • #14308: Playwright visualization tests
  • #14247: fix viewer's animation error when animations has same name
  • #14306: Make core pass strict lib check
  • #14307: Allow debug nodes to be terminal
  • #14304: docs: fix typo (2x "the")
  • #14305: Bump mapping: Fix parallax mapping in right handed mode

This list of changes was auto generated.

6.21.0

Changes:

  • #14297: Nge texture
  • #14303: Fix continuity with teleports
  • #14302: Fix adapt to not trigger with undefined
  • #14300: Improve perf of noise texture gen in lens and ssao
  • #14296: Vertex color mesh used for instantiate source not visible if density set to 0
  • #14298: Fix #14296
  • #14295: [NGE] - Given a data set of positional Values, ability to get the min and max from that list
  • #14299: Fix #14295
  • #14294: Fix geom caching

This list of changes was auto generated.

6.20.2

Changes:

... (truncated)

Changelog

Sourced from @​babylonjs/gui's changelog.

6.21.1

Core

  • Support more native texture formats - by bghgary (#14301)
  • flow graph: arithmetic and logic nodes - [New Feature] by carolhmj (#14320)
  • Distinguish sounds with no soundTrackId from those in soundTrack 0. - [Bug Fix] by bmcbarron (#14324)
  • Add missing collision and trigger events to IPhysicsEnginePluginV2 in… - by carolhmj (#14323)
  • Improve Draco decoder processing code - [Bug Fix] by bghgary (#14311)
  • Fix PBR double sided lighting harmonics - [Bug Fix] by sebavan (#14322)
  • Mesh: Fix subMesh bounding info when mesh has thin instances - [Bug Fix] by Popov72 (#14309)
  • Texture: Set type and format at load time - [Bug Fix] by Popov72 (#14314)
  • fix rayHelper.ts typo - by djakinho (#14313)
  • Make core pass strict lib check - by alecmev (#14306)
  • docs: fix typo (2x "the") - by PhilippeMorier (#14304)
  • Bump mapping: Fix parallax mapping in right handed mode - [Bug Fix] by Popov72 (#14305)

Loaders

  • Improve Draco decoder processing code - [Bug Fix] by bghgary (#14311)

Viewer

  • fix viewer's animation error when animations has same name - by cpunion (#14247)

6.21.0

Core

6.20.2

Core

  • Mark native engine as supporting MSAA - by bghgary (#14292)
  • ReflectionProbe: Add a setter for renderList - by Popov72 (#14287)
  • Idempotent disposing of physics bodies and shapes. - [Bug Fix] by carolhmj (#14286)
  • Effect: Call pipelineContext.setUIntX instead of setIntX for the unsigned variants - [Bug Fix] by Popov72 (#14285)
  • MeshLine: Add support for thin instances - by Popov72 (#14284)

6.20.1

Core

  • Animations: Refactor the code that creates additive animations - by Popov72 (#14278)
  • WebGPU: Fix having a single occlusion query per mesh per frame - [Bug Fix] by Popov72 (#14274)
  • WebGPU: Fix warnings when using occlusion queries - [Bug Fix] by Popov72 (#14272)
  • NME: Fix PBR debug mode - [Bug Fix] by Popov72 (#14271)

... (truncated)

Commits
  • 9469727 Version update 6.21.1
  • 70ec711 Patch trigger
  • e7dff24 Support more native texture formats (#14301)
  • 3f09bba Merge pull request #14320 from carolhmj/flowGraphArithmeticNodes
  • de10d93 Merge pull request #14324 from bmcbarron/master
  • 2897e06 fix name
  • cda803a review changes
  • faf5377 Distinguish sound with no soundTrackId from those in soundTrack 0.
  • ebb236a Merge pull request #14323 from carolhmj/addCollisionAndTriggerEventsToPlugin
  • 9fdfb0b Add missing collision and trigger events to IPhysicsEnginePluginV2 interface
  • Additional commits viewable in compare view


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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
dependabot[bot] commented 1 year ago

Superseded by #564.