Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ibgreen committed Aug 31, 2024
1 parent 5eca30d commit e7631da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/gltf/test/gltf/gltf.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import {createScenegraphsFromGLTF, loadPBREnvironment} from '@luma.gl/gltf';
test('gltf#loading', async t => {
const webglDevice = await getWebGLTestDevice();

// TODO - is gl argument used?
const gltf = await load('test/data/box.glb', GLTFLoader);
const processedGLTF = gltf.json ? postProcessGLTF(gltf) : gltf;

Expand All @@ -26,6 +25,8 @@ test('gltf#loading', async t => {
});

test('gltf#animator', async t => {
const webglDevice = await getWebGLTestDevice();

const gltf = await load('test/data/BoxAnimated.glb', GLTFLoader);
const processedGLTF = gltf.json ? postProcessGLTF(gltf) : gltf;

Expand Down

0 comments on commit e7631da

Please sign in to comment.