Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to Babylon.js 7.6.2 #1373

Merged
merged 26 commits into from
May 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
72aa1be
Update to Babylon.js 7.0.0
bghgary Mar 28, 2024
76b8be5
Disable SetWindowText in visual tests as it can hang the app forever
bghgary Mar 28, 2024
58ccd54
- Update to latest JsRuntimeHost with lots of fixes.
bghgary Apr 6, 2024
7bef079
napi/napi_pointer.h --> napi/pointer.h
bghgary Apr 6, 2024
5e2f600
Bump JsRuntimeHost
bghgary Apr 6, 2024
2980a8b
Bump JsRuntimeHost
bghgary Apr 19, 2024
1f87a56
Merge remote-tracking branch 'origin/master' into update-bjs
bghgary Apr 19, 2024
b1dfd7f
Revert incorrect fuzzy equal change
bghgary Apr 19, 2024
c5c2469
Fix compile error on linux
bghgary Apr 19, 2024
daa6ac6
Missed changing a header
bghgary Apr 19, 2024
9dbdaf2
Fix install
bghgary Apr 19, 2024
0909b5d
Merge branch 'update-bjs' of https://github.com/bghgary/BabylonNative…
bghgary Apr 19, 2024
9c7083c
Address feedback
bghgary May 10, 2024
788b706
Fix let/const issue
bghgary May 10, 2024
3001254
Update scissor test reference images
bghgary May 10, 2024
c4a385d
Revert CopyTexture changes and fix an issue with CreateFrameBuffer te…
bghgary May 10, 2024
76c6e0f
Isolate validation test variables
bghgary May 14, 2024
b6c6e25
Update dynamic texture clip test to fail if feature isn't working
bghgary May 14, 2024
7d64934
Update to Babylon.js 7.6.1
bghgary May 14, 2024
2252eb3
Merge remote-tracking branch 'origin/master' into update-bjs
bghgary May 14, 2024
540a165
Add support for unbinding textures
bghgary May 16, 2024
e6cce11
Fix excludedGraphicsApis in config
bghgary May 16, 2024
c884bf7
Ugh
bghgary May 16, 2024
ec1ee3b
Fix package-lock.json
bghgary May 16, 2024
fdb29d6
Merge remote-tracking branch 'origin/master' into update-bjs
bghgary May 17, 2024
52a821b
Fix Apple
bghgary May 17, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified Apps/Playground/ReferenceImages/dynamicTextureClip.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Apps/Playground/ReferenceImages/scissor-test.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
35 changes: 15 additions & 20 deletions Apps/Playground/Scripts/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,8 @@
},
{
"title": "GLTF ClearCoat",
"playgroundId": "#YG3BBF#4",
"referenceImage": "glTFClearCoat.png",
"renderCount": 50,
"excludeFromAutomaticTesting": false
"playgroundId": "#YG3BBF#33",
"referenceImage": "glTFClearCoat.png"
},
{
"title": "Iridescence GLTF",
Expand Down Expand Up @@ -98,7 +96,7 @@
},
{
"title": "Dynamic Texture context clip",
"playgroundId": "#FU0ES5#37",
"playgroundId": "#FU0ES5#47",
"referenceImage": "dynamicTextureClip.png"
},
{
Expand Down Expand Up @@ -255,27 +253,26 @@
},
{
"title": "Scissor test",
"renderCount": 10,
"playgroundId": "#W7E7CF#12",
"playgroundId": "#W7E7CF#34",
"referenceImage": "scissor-test.png",
"excludedGraphicsApis": [ "D3D12" ],
"comment": "TODO: reenable D3D12 when automatica mip-maps issue is fixed in bgfx"
"comment": "TODO: reenable D3D12 when automatic mip-maps issue is fixed in bgfx"
},
{
"title": "Scissor test with 0.9 hardware scaling",
"renderCount": 10,
"playgroundId": "#W7E7CF#27",
"referenceImage": "scissorTestWith0.9HardwareScaling.png",
"playgroundId": "#W7E7CF#34",
"replace": "//options//, hardwareScalingLevel = 0.9;",
"referenceImage": "scissor-test-2.png",
"excludedGraphicsApis": [ "D3D12" ],
"comment": "TODO: reenable D3D12 when automatica mip-maps issue is fixed in bgfx"
"comment": "TODO: reenable D3D12 when automatic mip-maps issue is fixed in bgfx"
},
{
"title": "Scissor test with 1.5 hardware scaling",
"renderCount": 10,
"playgroundId": "#W7E7CF#28",
"referenceImage": "scissorTestWith1.5HardwareScaling.png",
"playgroundId": "#W7E7CF#34",
"replace": "//options//, hardwareScalingLevel = 1.5;",
"referenceImage": "scissor-test-3.png",
"excludedGraphicsApis": [ "D3D12" ],
"comment": "TODO: reenable D3D12 when automatica mip-maps issue is fixed in bgfx"
"comment": "TODO: reenable D3D12 when automatic mip-maps issue is fixed in bgfx"
},
{
"title": "Scissor test with negative x and y",
Expand Down Expand Up @@ -411,16 +408,14 @@
"playgroundId": "#DS8AA7#27",
"replace": "__folder__, Mesh_PrimitiveMode, __page__, 0, __disableSRGBBuffers__, 0",
"referenceImage": "gltfMeshPrimitiveMode0.png",
"errorRatio": 8.0,
"excludedEngines": [ "webgpu" ]
"errorRatio": 8.0
},
{
"title": "GLTF Mesh Primitive Mode (1)",
"playgroundId": "#DS8AA7#27",
"replace": "__folder__, Mesh_PrimitiveMode, __page__, 1, __disableSRGBBuffers__, 0",
"referenceImage": "gltfMeshPrimitiveMode1.png",
"errorRatio": 8.0,
"excludedEngines": [ "webgpu" ]
"errorRatio": 8.0
},
{
"title": "GLTF Mesh Primitives",
Expand Down
2 changes: 1 addition & 1 deletion Apps/Playground/Scripts/playground_runner.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
if (typeof createScene === "function") {
var engine = new BABYLON.NativeEngine({adaptToDeviceRatio: true});
var engine = new BABYLON.NativeEngine({ adaptToDeviceRatio: true });
var scene = createScene();
if (scene.then) {
scene.then(function (scene) {
Expand Down
Loading
Loading