Skip to content

Commit

Permalink
Merge pull request #12 from 3DStreet/fix-ortho-regression
Browse files Browse the repository at this point in the history
Fix ortho regression
  • Loading branch information
kfarr authored Jul 17, 2024
2 parents f9e7079 + 93d774b commit b14d38a
Show file tree
Hide file tree
Showing 7 changed files with 13,243 additions and 33 deletions.
2 changes: 2 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
lib
dist
24 changes: 12 additions & 12 deletions dist/aframe-loader-3dtiles-component.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/aframe-loader-3dtiles-component.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Loader3DTiles, PointCloudColoring } from 'three-loader-3dtiles';
import { Loader3DTiles, PointCloudColoring } from './lib/three-loader-3dtiles';
import './textarea';
import { Vector3 } from 'three';

Expand Down
Loading

0 comments on commit b14d38a

Please sign in to comment.