Kalle Bladin
82ab4cc3d2
Fix bug in ellipsoid.
2016-04-27 12:05:28 -04:00
Kalle Bladin
57c8ca58bf
Document code and start debugging Ellipsoid.
2016-04-25 20:55:39 -04:00
Kalle Bladin
e12771c9a6
Change from using a radius to using ellipsoid
2016-04-25 20:02:37 -04:00
Kalle Bladin
3f9d85bcb3
Create class Ellipsoid.
2016-04-25 18:47:18 -04:00
Kalle Bladin
cc1e42d6ef
Restructure files in folders
2016-04-25 13:58:32 -04:00
Kalle Bladin
a8b7573354
Solve merge conflict and changed to rendering only clipmap globe
2016-04-25 13:02:10 -04:00
Erik Broberg
473c7782c2
resolved merge conflict
2016-04-25 12:35:28 -04:00
Kalle Bladin
5043c90aa6
Change name from geometry to trianglesoup
2016-04-25 12:26:57 -04:00
Erik Broberg
f253edad53
Proof of concept - real time tile fetching
2016-04-25 12:25:11 -04:00
Kalle Bladin
198c284e23
Using number of segments per patch in rendering.
2016-04-22 12:38:13 -04:00
Kalle Bladin
3c8434bee0
Rename resolution to segments in grid classes.
2016-04-22 12:14:37 -04:00
Kalle Bladin
47da09064e
Redefine x resolution and y resolution to be the number of grid cells in each direction.
2016-04-22 11:53:52 -04:00
Kalle Bladin
aaf86ca86f
Add class InnerClipMapGrid which renders the last part of the clipmap.
2016-04-22 11:28:54 -04:00
Kalle Bladin
c7bfe0b2c0
Changed structure for grid classes.
2016-04-21 21:46:49 -04:00
Kalle Bladin
17a83c0270
Convert from gdal format to Texture
2016-04-21 17:43:08 -04:00
Erik Broberg
3d1db76c16
Merge branch 'develop' into feature/globebrowsing
2016-04-21 17:07:18 -04:00
Erik Broberg
069c9f51d8
merge
2016-04-21 14:23:21 -04:00
Erik Broberg
3432605e7b
ChunkNode merges its children facing away from the camera as much as possible without being visible to the camera. Test by enabling front face culling.
2016-04-21 14:07:06 -04:00
Erik Broberg
f35cd4bb99
Added templated Angle class to handle angle arithmics
2016-04-21 14:03:21 -04:00
Alexander Bock
def64f7c24
Correctly clear imageprojections in case the base texture is not RGB
2016-04-20 23:15:34 +02:00
Alexander Bock
0c9c5c397e
Fixing crawling bug when encountering images with different length
2016-04-20 19:56:49 +02:00
Alexander Bock
193fb14117
Commit Python script that crawls the New Horizons public webpage for images
2016-04-20 19:34:23 +02:00
Kalle Bladin
97250b3c53
Merge branch 'develop' into feature/globebrowsing
2016-04-20 10:54:50 -04:00
Alexander Bock
4b4a7805c2
Fix the image orientation in the FBO passing for planetprojection
2016-04-20 15:44:06 +02:00
Alexander Bock
c14aa7b11b
Fix inverted texture problem
...
- Change texture indices of PowerScaledSphere
- Change texture generation in FBOBass for projections
- Updated NewHorizons to download unflipped texture
- Use new Ghoul version
2016-04-20 14:28:11 +02:00
Alexander Bock
ea91d50b87
Start correcting fixes for wrong image origin
2016-04-20 13:07:01 +02:00
Alexander Bock
acc6095ba3
Removing classes PlanetGeometryProject and SimpleSphereGeometryProjection and replace their use with the generic PlanetGeometry and SImpleSphereGeometry classes
2016-04-20 13:06:40 +02:00
Kalle Bladin
f819ca771f
Changed documentation style.
2016-04-19 19:47:59 -04:00
Kalle Bladin
5531446f5d
Rendering of clip maps is now more convenient.
2016-04-19 19:38:47 -04:00
Kalle Bladin
6ff6ff1ace
Smallest patch of clipmap is rendered separately.
2016-04-19 18:42:25 -04:00
Kalle Bladin
152126f5a4
Merge branch 'feature/globebrowsing' of github.com:OpenSpace/OpenSpace-Development into feature/globebrowsing
2016-04-19 15:51:28 -04:00
Alexander Bock
b11557ca6f
Include GDAL as external in globebrowing CMakeLists
2016-04-19 21:34:26 +02:00
Kalle Bladin
9146fc48c8
Restructured and commented.
2016-04-19 15:20:18 -04:00
Kalle Bladin
aaa099d542
Solve conflict and fixed old code that did not run on OSX due to use of depricated shader functionality.
2016-04-18 23:05:19 -04:00
Kalle Bladin
ada97704f8
Solve compilation problems for OSX.
2016-04-18 22:44:20 -04:00
Erik Broberg
4f873e3f97
Resolved merge conflicts
2016-04-18 20:36:01 -04:00
Erik Broberg
4073f4e6cb
Merged in branch develop to feature/globebrowsing
2016-04-18 20:02:42 -04:00
Kalle Bladin
63f8405c0a
Solve merge conflict.
2016-04-18 19:55:01 -04:00
Kalle Bladin
0c33e2a2b6
Calculating uv coordinates to be used for sampling from tiled textures.
2016-04-18 19:52:01 -04:00
Erik Broberg
5cc2e5b9e6
Added class TwmsTtileProvider for testing only. Downloading tiles not working yet
2016-04-18 19:30:13 -04:00
Alexander Bock
906470f28e
Untabify the rest of the source files
...
Update Ghoul repository
2016-04-18 20:14:29 +02:00
Alexander Bock
a21c9538b6
Untabify more files
2016-04-18 15:15:30 +02:00
Alexander Bock
c8da825098
Rename ImageSequencer2 to ImageSequencer
2016-04-18 15:14:59 +02:00
Erik Broberg
269e6d61ed
Merge branch 'feature/globebrowsing' of github.com:OpenSpace/OpenSpace-Development into feature/globebrowsing
2016-04-15 18:05:21 -04:00
Erik Broberg
fafe4819e2
Added templated class LRUCache for Least-Recently-Used Caching
2016-04-15 18:05:11 -04:00
Kalle Bladin
6758f79d91
Solve merge conflict.
2016-04-15 17:22:59 -04:00
Kalle Bladin
7cdf991e76
Add use of textures to clipmap rendering.
2016-04-15 17:19:35 -04:00
Kalle Bladin
89d7b3ca8b
Reading textures that are used for patch rendering.
2016-04-15 17:17:31 -04:00
Erik Broberg
527f83aacd
Solved merge conflict
2016-04-15 15:52:09 -04:00
Erik Broberg
7ecae3003c
View frustrum culling done directly in chunk node tree update traversal
2016-04-15 15:39:55 -04:00