Commit 721f27f
authored
ImageOverlayPlugins: Move tile composition to a separate class (#1413)
* Add region image source
* Enable use of region source
* Updates
* Update all overlays
* Small updates
* Simplify ranges so they are always normalized
* Cleanup
* Fixes
* Simplify
* Remove renderer
* Cleanup
* Use resolution
* Add "TiledImageOverlay"
* Updates
* Clean up overlay initialization
* Remove need for "countTilesInRnge"
* Add support for "none" projection scheme
* Fix lint
* Steps towards removing use of "tiling
* More simplification
* Updates
* Rearrange some dependencies
* Remove unused dispose call
* Simplify use of aspect ratio
* Use "processedTiles" where possible
* Fix memory leak
* Remove parent tile drawing
* Defer to "Overlay" implementation for texture fetch
* memory leak fixes
* Update geojson example
* Add prepare logic to allow for loading data without creating and composing a texture
* rearrange
* Fix lint issue
* GeoJSONOverlay: Convert to use "region" directly
* Add a separate "lock" and "get" function
* Remove need for "meshRange"
* Remove "rangeMarked" field
* Remove prepare functions
* Remove comments
* Fix geojson overlay
* simplification
* Remove passing level to the overlay
* Lint fix
* lint fix
* Geojson split update
* Add pass through for geojson overlay fields
* Add ability to redraw the geojson
* Fix up url
* Add an animation to projection demo1 parent b0db7fe commit 721f27f
7 files changed
Lines changed: 659 additions & 455 deletions
File tree
- example
- r3f
- three
- src/three/plugins/images
- overlays
- sources
- utils
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
16 | | - | |
| 14 | + | |
| 15 | + | |
17 | 16 | | |
18 | | - | |
19 | | - | |
20 | | - | |
| 17 | + | |
21 | 18 | | |
22 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
23 | 38 | | |
24 | 39 | | |
25 | 40 | | |
26 | 41 | | |
27 | 42 | | |
28 | 43 | | |
29 | 44 | | |
30 | | - | |
| 45 | + | |
31 | 46 | | |
32 | 47 | | |
33 | 48 | | |
| |||
77 | 92 | | |
78 | 93 | | |
79 | 94 | | |
80 | | - | |
| 95 | + | |
81 | 96 | | |
82 | 97 | | |
83 | 98 | | |
| |||
86 | 101 | | |
87 | 102 | | |
88 | 103 | | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
89 | 116 | | |
90 | 117 | | |
91 | 118 | | |
| |||
127 | 154 | | |
128 | 155 | | |
129 | 156 | | |
130 | | - | |
131 | 157 | | |
132 | 158 | | |
133 | 159 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments