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
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.
29 changes: 23 additions & 6 deletions Apps/Playground/Scripts/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,8 @@
"title": "GUI3D SpherePanel",
"playgroundId": "#HB4C01#9",
"renderCount": 50,
"threshold": 80,
"errorRatio": 0.25,
"referenceImage": "spherepanel.png"
},
{
Expand Down Expand Up @@ -1085,10 +1087,9 @@
},
{
"title": "GUI Slate",
"playgroundId": "#2YZFA0#277",
"playgroundId": "#CHDZ5C#1",
"renderCount": 60,
"excludeFromAutomaticTesting": true,
"reason": "Pixel comparison fails (more than 20% pixels differ)",
"errorRatio": 0.75,
"referenceImage": "guiSlate.png"
Comment thread
matthargett marked this conversation as resolved.
},
{
Expand All @@ -1097,6 +1098,8 @@
"renderCount": 60,
"excludedGraphicsApis": ["OpenGL"],
"reason": "OpenGL: BGFX FATAL shader compile error in GUI fragment shader ('=' : cannot convert from 'highp float' to 'bool'). Re-enabled on D3D11 post BabylonJS/BabylonNative#1695 (original 'V8 D3D11 crash' no longer reproduces under Chakra; original 'hangs on OpenGL' is now this clean shader-compile failure surfaced by the BabylonJS/BabylonNative#1688 BgfxCallback).",
"threshold": 35,
"errorRatio": 0.25,
Comment thread
matthargett marked this conversation as resolved.
"referenceImage": "guiNearMenu.png"
},
{
Expand Down Expand Up @@ -2330,21 +2333,21 @@
"title": "GUI Gradient Linear",
"playgroundId": "#XCPP9Y#17227",
"excludeFromAutomaticTesting": true,
"reason": "Pixel comparison fails (more than 20% pixels differ)",
"reason": "bgfx Canvas does not support CanvasGradient values for strokeStyle.",
"referenceImage": "GUI-Gradient-Linear.png"
Comment thread
matthargett marked this conversation as resolved.
},
{
"title": "GUI Gradient Radial",
"playgroundId": "#4Z7EK3",
"excludeFromAutomaticTesting": true,
"reason": "Test crashes or hangs on Babylon Native",
"reason": "bgfx Canvas radial gradients do not implement the supplied two-circle geometry.",
"referenceImage": "GUI-Gradient-Radial.png"
},
{
"title": "GUI Gradient Linear with transparency",
"playgroundId": "#PFK1Z5",
"excludeFromAutomaticTesting": true,
"reason": "Test crashes or hangs on Babylon Native",
"reason": "bgfx Canvas maps linear-gradient images to fill bounds instead of the requested endpoints.",
"referenceImage": "GUI-Gradient-Linear-with-transparency.png"
},
{
Expand Down Expand Up @@ -4045,6 +4048,20 @@
"reason": "Pixel comparison fails (more than 20% pixels differ)",
"referenceImage": "Lighting-Volume.png"
},
{
"title": "Texture Repetition - Standard Material",
"playgroundId": "#ESP440#0",
"renderCount": 1,
"errorRatio": 0.1,
"referenceImage": "texture-repetition-standard-material.png"
},
{
"title": "Texture Repetition - PBR Material",
"playgroundId": "#6EPUUH#0",
"renderCount": 1,
"errorRatio": 1.0,
"referenceImage": "texture-repetition-pbr-material.png"
},
{
"title": "Havok FloatingOrigin Multi-Region",
"playgroundId": "#BEDCVY",
Expand Down