Skip to content

Commit

Permalink
TextEncoder polyfill for gltf example (#1078)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsherif committed Apr 19, 2019
1 parent 17b9446 commit 3beca99
Show file tree
Hide file tree
Showing 5 changed files with 3,373 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .eslintignore
Expand Up @@ -3,3 +3,5 @@ node_modules/
worker/
*.min.js
wip/
encoding.js
encoding-indexes.js
2 changes: 2 additions & 0 deletions .prettierignore
Expand Up @@ -2,3 +2,5 @@
workers/
*.min.js
wip/
encoding.js
encoding-indexes.js
1 change: 1 addition & 0 deletions examples/core/gltf/app.js
@@ -1,5 +1,6 @@
/* eslint-disable camelcase */
/* global document, window */
import './encoding.js';
import {parse} from '@loaders.gl/core';
// eslint-disable-next-line import/no-unresolved
import {DracoLoader} from '@loaders.gl/draco';
Expand Down
47 changes: 47 additions & 0 deletions examples/core/gltf/encoding-indexes.js

Large diffs are not rendered by default.

0 comments on commit 3beca99

Please sign in to comment.