Add Chromium-only Blender WebEngine parity work

This commit is contained in:
mes123456
2026-08-12 04:47:48 -04:00
commit 9fd26010f6
18225 changed files with 11622124 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
{
"taskId": "W-033",
"fixture": "tests/files/web/attribute_scene.blend",
"meshId": "mesh:AttributeMesh",
"geometryStatus": "available",
"vertexCount": 5,
"faceCount": 2,
"cornerCount": 7,
"triangleCount": 3,
"positionsLength": 15,
"normalsLength": 15,
"triangleCornerIndicesLength": 9,
"uvsLength": 14,
"colorsLength": 28,
"triangleMaterialIndices": [0, 0, 1],
"materialSlotIds": ["material:AttributeRed", "material:AttributeBlue"],
"bounds": {"min": [-1, -1, 0], "max": [1, 1, 1]},
"material": {
"id": "material:AttributeRed",
"baseColor": [0.8, 0.05, 0.02, 1],
"metallic": 0.25,
"roughness": 0.35,
"emissionColor": [0.02, 0.01, 0, 1],
"alpha": 0.8,
"ior": 1.33,
"imageIds": ["image:AttributeTexture"],
"warnings": ["linked_input_not_evaluated:Base Color"]
}
}

View File

@@ -0,0 +1,15 @@
{
"taskId": "W-033",
"meshId": "mesh:Cube.001",
"geometryStatus": "available",
"vertexCount": 8,
"edgeCount": 12,
"faceCount": 6,
"cornerCount": 24,
"triangleCount": 12,
"positionsLength": 24,
"indicesLength": 36,
"topology": "triangles",
"firstPosition": [-1, -1, -1],
"firstTriangles": [0, 1, 3, 0, 3, 2]
}