mirror of
https://github.com/CesiumGS/obj2gltf.git
synced 2024-11-23 08:34:14 -05:00
PR feedback
This commit is contained in:
parent
c43fa01a12
commit
d6df0ebf9d
@ -224,7 +224,7 @@ describe('loadMtl', () => {
|
||||
expect(pbr.metallicRoughnessTexture.source).toBeUndefined();
|
||||
});
|
||||
|
||||
it('texture referenced by diffuse and emission is not decoded', async() => {
|
||||
it('texture referenced by diffuse and emissive is not decoded', async () => {
|
||||
const materials = await loadMtl(sharedTexturesMaterial2Path, options);
|
||||
expect(materials.length).toBe(1);
|
||||
const material = materials[0];
|
||||
|
Loading…
Reference in New Issue
Block a user