Skip to content

feat(gltf): new module for glTF support #1073

feat(gltf): new module for glTF support

feat(gltf): new module for glTF support #1073

Triggered via pull request October 16, 2023 12:09
@felixpalmerfelixpalmer
synchronize #1819
ib/gltf
Status Failure
Total duration 1m 48s
Artifacts

test.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 3 warnings
test (16): modules/gltf/src/gltf/gltf-instantiator.ts#L1
Cannot find module './gltf-material-parser' or its corresponding type declarations.
test (16): modules/gltf/src/gltf/gltf-instantiator.ts#L1
Argument of type '{ modelOptions?: Record<string, any>; pbrDebug?: boolean; imageBasedLightingEnvironment?: any; lights?: boolean; useTangents?: boolean; id: any; topology: PrimitiveTopology; vertexCount: any; attributes: {}; }' is not assignable to parameter of type 'ModelProps'.
test (16): modules/gltf/src/gltf/gltf-instantiator.ts#L1
Type '"line-loop"' is not assignable to type 'PrimitiveTopology'.
test (16): modules/gltf/src/gltf/gltf-instantiator.ts#L1
Type '"triangle-fan"' is not assignable to type 'PrimitiveTopology'.
test (16): modules/gltf/src/gltf/create-gltf-objects.ts#L1
Cannot find module '../scenegraph/scenegraph-node' or its corresponding type declarations.
test (16): modules/gltf/src/gltf/create-gltf-objects.ts#L1
Cannot find module './pbr-environment' or its corresponding type declarations.
test (16): modules/gltf/src/gltf/create-gltf-objects.ts#L1
Cannot find module './gltf-material-parser' or its corresponding type declarations.
test (16): modules/gltf/src/gltf/create-gltf-model.ts#L1
'"@luma.gl/engine"' has no exported member named 'ModelNodeProps'. Did you mean 'ModelProps'?
test (16): modules/gltf/src/gltf/create-gltf-model.ts#L1
Cannot find module './gltf-material-parser' or its corresponding type declarations.
test (16): modules/gltf/src/gltf/create-gltf-model.ts#L1
Cannot find name 'attributes'.
test (16)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/[email protected], actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test (16)
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
test (16)
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/