Skip to content

Commit

Permalink
feat(anim): ACT-1283 remove unused test code and assets
Browse files Browse the repository at this point in the history
  • Loading branch information
ericjansenrpm committed Feb 10, 2025
1 parent 00de410 commit 3299ea2
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 74 deletions.
Binary file removed public/neutral-animated-mask-atlassed.glb
Binary file not shown.
Binary file removed public/neutral-animated-mask-full.glb
Binary file not shown.
Binary file removed public/neutral-animated-mask.glb
Binary file not shown.

This file was deleted.

1 change: 1 addition & 0 deletions src/services/GLTFLoaderAnimationPointer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ class GLTFAnimationPointerExtension {

let res = null;
node.traverse( x => {
// NOTE: Changed x.type to x.isMesh for better competability
if ( res !== null || !x.isMesh ) return;
if ( x.material && (x.material.uuid === uuid || x.material.name === uuid )) {

Expand Down

0 comments on commit 3299ea2

Please sign in to comment.