Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
12 changes: 2 additions & 10 deletions Apps/Playground/Scripts/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -843,8 +843,6 @@
{
"title": "NME Multi Build",
"playgroundId": "#D8AK3Z#113",
"excludeFromAutomaticTesting": true,
"reason": "Test crashes or hangs on Babylon Native",
"referenceImage": "nme-multi-build.png"
},
{
Expand Down Expand Up @@ -1265,8 +1263,6 @@
{
"title": "Custom render target",
"playgroundId": "#TQCEBF#5",
"excludeFromAutomaticTesting": true,
"reason": "Test crashes on Win32 D3D11 plain (STATUS_BREAKPOINT)",
"referenceImage": "customRTT.png"
},
{
Expand Down Expand Up @@ -2839,9 +2835,7 @@
{
"title": "UV2 Morphing",
"playgroundId": "#N5DLM7#1",
"referenceImage": "UV2-Morphing.png",
"excludeFromAutomaticTesting": true,
"reason": "Test fails locally on Win32 D3D11 sweep; disabled until BabylonNative fixes are made."
"referenceImage": "UV2-Morphing.png"
},
{
"title": "FrameGraph nrge shadows",
Expand Down Expand Up @@ -4449,9 +4443,7 @@
{
"title": "Vertex Pulling - Morph Targets and Bones",
"playgroundId": "#CT4C3C#2",
"referenceImage": "vertexPullingMorphBones.png",
"excludeFromAutomaticTesting": true,
"reason": "Test fails locally on Win32 D3D11 sweep; disabled until BabylonNative fixes are made."
"referenceImage": "vertexPullingMorphBones.png"
},
{
"title": "Vertex Pulling - isUnIndexed with index buffer",
Expand Down
70 changes: 35 additions & 35 deletions Apps/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions Apps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
"getNightly": "node scripts/getNightly.js"
},
"dependencies": {
"babylonjs": "^9.3.4",
"babylonjs-addons": "^9.3.4",
"babylonjs-gltf2interface": "^9.3.4",
"babylonjs-gui": "^9.3.4",
"babylonjs-loaders": "^9.3.4",
"babylonjs-materials": "^9.3.4",
"babylonjs-serializers": "^9.3.4",
"babylonjs": "^9.15.0",
"babylonjs-addons": "^9.15.0",
"babylonjs-gltf2interface": "^9.15.0",
"babylonjs-gui": "^9.15.0",
"babylonjs-loaders": "^9.15.0",
"babylonjs-materials": "^9.15.0",
"babylonjs-serializers": "^9.15.0",
"jsc-android": "^241213.1.0",
"v8-android": "^7.8.2"
}
Expand Down
Loading