Skip to content

Commit

Permalink
Merge ad05d1f into 210151b
Browse files Browse the repository at this point in the history
  • Loading branch information
tgorkin committed Sep 11, 2019
2 parents 210151b + ad05d1f commit 941d3af
Show file tree
Hide file tree
Showing 11 changed files with 75 additions and 3,408 deletions.
2 changes: 0 additions & 2 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,3 @@ node_modules/
worker/
*.min.js
wip/
encoding.js
encoding-indexes.js
2 changes: 1 addition & 1 deletion examples/core/gltf/app.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/* 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';
import '@loaders.gl/polyfills'; // text-encoding polyfill for older MS browsers
import GL from '@luma.gl/constants';
import {AnimationLoop, setParameters, clear, log, lumaStats} from '@luma.gl/core';
import {
Expand Down
47 changes: 0 additions & 47 deletions examples/core/gltf/encoding-indexes.js

This file was deleted.

0 comments on commit 941d3af

Please sign in to comment.