Erik Broberg
|
b9c4c80491
|
Use preprocessed chunk bounding heights for chunk culling when possible
|
2016-06-08 22:03:29 -04:00 |
|
Erik Broberg
|
37b500b001
|
FrustumCuller and HorizonCullers implements virtual ChunkCuller and managed by ChunkedLodGlobe
|
2016-06-08 19:59:45 -04:00 |
|
Erik Broberg
|
1f1c02d42a
|
Remove patchrenderer.cpp
|
2016-06-08 18:04:06 -04:00 |
|
Erik Broberg
|
22acf6b529
|
Merge branch 'feature/globebrowsing' of github.com:OpenSpace/OpenSpace-Development into feature/globebrowsing
|
2016-06-08 18:02:11 -04:00 |
|
Erik Broberg
|
0fff28f53d
|
Remove baseclass PatchRenderer and rename patchrenderer.* to chunkrenderer.*
|
2016-06-08 18:01:54 -04:00 |
|
Kalle Bladin
|
5e9fb5b05b
|
Commented away use of border overlay.
|
2016-06-08 17:41:58 -04:00 |
|
Erik Broberg
|
ba52acd270
|
Merge branch 'feature/globebrowsing' of github.com:OpenSpace/OpenSpace-Development into feature/globebrowsing
|
2016-06-08 15:13:28 -04:00 |
|
Erik Broberg
|
bf5f353972
|
Factor out a lot of common code in ChunkRenderer
|
2016-06-08 15:13:04 -04:00 |
|
Kalle Bladin
|
869be5dc44
|
Add glsl function to calculate intersection of ellipsoid.
|
2016-06-08 12:50:33 -04:00 |
|
Erik Broberg
|
3c0aa69b16
|
Move call to TileProviderManager::prerender() from patchrenderer to RenderableGlobe
|
2016-06-08 12:05:38 -04:00 |
|
Erik Broberg
|
7377d098cc
|
Solve merge conflict
|
2016-06-08 00:36:35 -04:00 |
|
Erik Broberg
|
7d1f1bd3ce
|
Redefining Tile data structures. Tiles now have a TilePreprocessData pointer and a Status
|
2016-06-07 23:13:54 -04:00 |
|
Kalle Bladin
|
ec22683568
|
Use spice ephemeris for renderable globe. Still not considering rotation in rendering.
|
2016-06-07 22:47:05 -04:00 |
|
Erik Broberg
|
d0c7fe180f
|
Merge similar structs RawTileData and TileIOResult
|
2016-06-07 21:16:43 -04:00 |
|
Erik Broberg
|
607356f10b
|
Remove redundant information from RawTileData
|
2016-06-07 20:48:48 -04:00 |
|
Erik Broberg
|
887b26e441
|
Move numRasters to be part of DataLayout instead of DataRegion
|
2016-06-07 19:42:29 -04:00 |
|
Erik Broberg
|
28b3afc604
|
Add ability to do per tile preprocessing, such as calculate min max values
|
2016-06-07 18:54:51 -04:00 |
|
Kalle Bladin
|
dce89545d3
|
Remove option to toggle use of height map and color texture and fix related crash bug.
|
2016-06-07 18:36:01 -04:00 |
|
Erik Broberg
|
5f77efebb3
|
Merge branch 'feature/globebrowsing' of github.com:OpenSpace/OpenSpace-Development into feature/globebrowsing
|
2016-06-07 12:45:15 -04:00 |
|
Erik Broberg
|
4ac7e5b533
|
Add a means of comparing AABBs and basic tests
|
2016-06-07 12:32:30 -04:00 |
|
Kalle Bladin
|
05e0e8254b
|
Double precition for view frustum culling is not used in camera space.
|
2016-06-07 12:03:31 -04:00 |
|
Erik Broberg
|
937cbabe21
|
Add method contains() to class AABB
|
2016-06-06 17:46:02 -04:00 |
|
Kalle Bladin
|
e251e6f60f
|
Merge branch 'feature/globebrowsing' of github.com:OpenSpace/OpenSpace-Development into feature/globebrowsing
|
2016-06-06 17:40:34 -04:00 |
|
Kalle Bladin
|
ba437809e0
|
Update culling to be done with double precision.
|
2016-06-06 17:40:11 -04:00 |
|
Erik Broberg
|
db9923dc05
|
Do Time -> TileProvider mapping only once per frame
|
2016-06-06 14:25:37 -04:00 |
|
Erik Broberg
|
c95363a732
|
Fix bug that caused multiple calls glBufferData(...)
|
2016-06-06 13:35:11 -04:00 |
|
Erik Broberg
|
08af82a82a
|
Inject TileCache into TileProvider
|
2016-06-06 13:04:21 -04:00 |
|
Erik Broberg
|
2c37ac07a0
|
Select CachingTileProvider or TemporalTileProvider based on input XML
|
2016-06-06 12:26:23 -04:00 |
|
Erik Broberg
|
097c9cf1db
|
Move TileProvider initialization to TileProviderManager
|
2016-06-05 22:13:50 -04:00 |
|
Erik Broberg
|
c3bd0bf4ee
|
merge
|
2016-06-05 18:55:16 -04:00 |
|
Erik Broberg
|
5156071361
|
Merge branch 'feature/globebrowsing' of github.com:OpenSpace/OpenSpace-Development into feature/globebrowsing
|
2016-06-05 18:43:01 -04:00 |
|
Erik Broberg
|
febe7326be
|
Read temporal meta data from XML config and use it for TileProvider selection
|
2016-06-05 18:39:11 -04:00 |
|
Kalle Bladin
|
82d375373d
|
Make it possible to activate and deactivate layer types and blending.
|
2016-06-05 18:38:19 -04:00 |
|
Kalle Bladin
|
9d59c25310
|
Failed experiment with anisotropic filtering.
|
2016-06-05 12:55:00 -04:00 |
|
Erik Broberg
|
9aea10b03e
|
Read and parse time format from XML at TemporalTileProvider construction
|
2016-06-03 16:33:28 -04:00 |
|
Kalle Bladin
|
c891cc8d85
|
Change sampling of textures from array to be fixed.
|
2016-06-02 17:42:58 -04:00 |
|
Erik Broberg
|
678e91816b
|
Setup a simple working demo with TemporalTileProvider as a TileProvider
|
2016-06-02 14:00:11 -04:00 |
|
Erik Broberg
|
2eaea4c7a9
|
Make TileProviderManager manage abstract TileProviders
|
2016-06-02 12:57:02 -04:00 |
|
Erik Broberg
|
76b4cceb3c
|
Simply the getHighestResolutionTile function signature
|
2016-06-02 12:40:54 -04:00 |
|
Erik Broberg
|
0b62168317
|
rename TileProvider -> CachingTileProvider
|
2016-06-02 12:31:57 -04:00 |
|
Erik Broberg
|
87e1a623dd
|
Fix tile selection when chunk level > max dataset level
|
2016-06-02 12:29:09 -04:00 |
|
Erik Broberg
|
a5fbacd92e
|
Avoid program crash when no layer is active
|
2016-06-02 12:26:57 -04:00 |
|
Erik Broberg
|
de7fcc91f4
|
Merge branch 'feature/globebrowsing' of github.com:OpenSpace/OpenSpace-Development into feature/globebrowsing
|
2016-06-02 12:12:09 -04:00 |
|
Erik Broberg
|
3a9f39c6cd
|
Initialize only the first color texture and heightmap as active
|
2016-06-02 12:07:52 -04:00 |
|
Kalle Bladin
|
1e551a9e65
|
Change minimum value for lodScaleFactor
|
2016-06-02 12:04:07 -04:00 |
|
Kalle Bladin
|
718a8a1431
|
Merge branch 'feature/globebrowsing' of github.com:OpenSpace/OpenSpace-Development into feature/globebrowsing
|
2016-06-02 11:53:25 -04:00 |
|
Erik Broberg
|
014da92270
|
Fixed bug causing level blending not working properly
|
2016-06-02 11:51:31 -04:00 |
|
Kalle Bladin
|
14eb1c0563
|
Clean up chunked lod patch shaders.
|
2016-06-02 11:16:10 -04:00 |
|
Erik Broberg
|
4e9dfce160
|
Enable TileProvider to provide Nth highest resolution tile
|
2016-06-02 11:09:15 -04:00 |
|
Erik Broberg
|
8b19e2fadc
|
Remove default texture from TileProvider
|
2016-06-01 22:20:44 -04:00 |
|