Skip to content

feat(GLTFImporter): add extensions & animations support #3969

feat(GLTFImporter): add extensions & animations support

feat(GLTFImporter): add extensions & animations support #3969

Triggered via pull request May 25, 2026 16:52
Status Success
Total duration 22s
Artifacts

pr-checks.yml

on: pull_request
Check and lint PR
20s
Check and lint PR
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
eslint(no-unassigned-vars): Sources/Common/DataModel/Triangle/index.js#L486
't' is always 'undefined' because it's never assigned.
eslint(no-unused-vars): Sources/Rendering/OpenGL/Texture/supportsNorm16Linear.js#L110
Catch parameter 'e' is caught but never used.
import(default): Sources/Interaction/Widgets/PiecewiseGaussianWidget/index.js#L6
No default export found in imported module "./ComputeHistogram.worker"
eslint(no-unassigned-vars): Sources/Common/DataModel/IncrementalOctreePointLocator/index.js#L349
'dist2Ext' is always 'undefined' because it's never assigned.
eslint(no-unassigned-vars): Sources/Filters/General/ContourTriangulator/helper.js#L1826
'v' is always 'undefined' because it's never assigned.
eslint(no-unassigned-vars): Sources/Filters/General/ContourTriangulator/helper.js#L1825
'u' is always 'undefined' because it's never assigned.