Skip to content

Commit 729ca6f

Browse files
committed
add "extensions" to visibility case
1 parent e4ea5fb commit 729ca6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GLTFLoaderAnimationPointer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ export class GLTFAnimationPointerExtension {
261261
case 'weights':
262262
targetProperty = 'morphTargetInfluences';
263263
break;
264-
case "KHR_node_visibility/visible":
264+
case "extensions/KHR_node_visibility/visible":
265265
targetProperty = 'visible';
266266
break;
267267
}

0 commit comments

Comments
 (0)