Skip to content

Commit 7393f24

Browse files
authored
glTF Exporter: Add multimaterial test (#17364)
Follow-up to #17241. Tests export of multimaterials / submaterials / submeshes. <details> My ulterior motive is to add a glTF exporter test that 1. doesn't use `File` and 2. doesn't use an existing image as a texture. That way, it can double as a smoke test for BN. </details>
1 parent 455c36e commit 7393f24

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed
9.34 KB
Loading

packages/tools/tests/test/visualization/config.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1146,6 +1146,11 @@
11461146
"referenceImage": "glTFSerializerTextureExport.png",
11471147
"errorRatio": 0.1
11481148
},
1149+
{
1150+
"title": "GLTF Serializer multimaterial with raw texture",
1151+
"playgroundId": "#KU72PX",
1152+
"referenceImage": "glTFSerializerMultimaterial.png"
1153+
},
11491154
{
11501155
"title": "GLTF Buggy with Draco Mesh Compression",
11511156
"playgroundId": "#JNW207#1",

0 commit comments

Comments
 (0)