Add Chromium-only Blender WebEngine parity work
This commit is contained in:
29
tests/golden/W-033/attribute-scene-geometry.json
Normal file
29
tests/golden/W-033/attribute-scene-geometry.json
Normal 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"]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user