Skip to content

Commit

Permalink
Enable glTF-Embedded flavor
Browse files Browse the repository at this point in the history
  • Loading branch information
UX3D-haertl committed Sep 16, 2024
1 parent dc7d142 commit 0817c10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/model_path_provider.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export class GltfModelPathProvider
{
constructor(url, ignoredVariants = ["glTF-Embedded"])
constructor(url, ignoredVariants = [])
{
this.url = url;
this.ignoredVariants = ignoredVariants;
Expand Down

0 comments on commit 0817c10

Please sign in to comment.