Files
workinf_Blender_Wasm/tests/golden/W-033/attribute-scene-geometry.json
2026-08-12 04:47:48 -04:00

30 lines
834 B
JSON

{
"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"]
}
}