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
07182a6d8e
commit
2a7f0e5c7b
@ -497,7 +497,7 @@ describe('loadObj', () => {
|
||||
}
|
||||
});
|
||||
|
||||
it('does not add missing normals and uvs', async() => {
|
||||
it('does not add missing normals and uvs', async () => {
|
||||
const data = await loadObj(objMissingAttributesPath, options);
|
||||
const primitive = getPrimitives(data)[0];
|
||||
expect(primitive.positions.length).toBeGreaterThan(0);
|
||||
|
Loading…
Reference in New Issue
Block a user