Skip to content

Commit

Permalink
Fix b3dm loader load
Browse files Browse the repository at this point in the history
  • Loading branch information
gkjohnson committed Mar 4, 2021
1 parent 4f54b30 commit 48d2ead
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

### Fixed
- Feature table attributes like `RTC_CENTER` not being correctly applied to loaded tile geometry.
- `B3DMLoader.load` not correctly resolving with a model.

### Changed
- String decoding to use `TextDecoder`.
Expand Down
2 changes: 1 addition & 1 deletion src/base/B3DMLoaderBase.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export class B3DMLoaderBase {

}

this.parse( buffer );
return this.parse( buffer );

} );

Expand Down

0 comments on commit 48d2ead

Please sign in to comment.