-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(event-display): Remove LineHits and use hits to extend tracks
jivexml-loader: - Store hits associated with tracks (would be nice not to show this in the collections view) - Add new function jivexml-loader:getPositionOfHit using hit identifiers - Rework how we store hits, so eventually we can maybe cut on them - Remove calls to HitLines, since now Line hits are just another type of hit phoenix-loader: - Rework how we handle hits to remove HitLines. Added ability to concatonateObjs in addObjectType and addObjectCollection, so we can still benefit from the performance of having one BufferGeometry per Hit type. phoenix-objects: - getHits can now handle types (default is 'Point') - added new hitsToPoints and hitsToLines to handle the two current cases
- Loading branch information
1 parent
b21cd72
commit 30b5160
Showing
3 changed files
with
185 additions
and
136 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.