Erik Broberg
|
6024070745
|
Add new classes SyncEngine and SyncData to encapsulate SGCT synchronization
|
2016-09-15 17:02:00 -04:00 |
|
Erik Broberg
|
d287b08c51
|
Enable toggling use of doublebuffering for camera and time
|
2016-09-13 11:52:54 -04:00 |
|
Erik Broberg
|
5cb6d2cb05
|
Move camera and time serialization and deserialization to cpp-files
|
2016-09-12 14:05:26 -04:00 |
|
Erik Broberg
|
9c5deaba82
|
Use double buffering for time and camera syncing
|
2016-09-07 21:39:29 -04:00 |
|
Erik Broberg
|
60441c4fa1
|
Remove non-descriptive methods preSync and postSync from class Time
|
2016-09-03 21:06:09 -04:00 |
|
Erik Broberg
|
3a887fef02
|
Remove non-descriptive preSync and postSync methods from Camera class
|
2016-09-03 21:02:30 -04:00 |
|
Erik Broberg
|
796f80e511
|
Remove local, shared, synced Camera members, and keep one source of truth
|
2016-09-03 20:54:21 -04:00 |
|
Erik Broberg
|
9196ec2f50
|
Remove local, shared, synced versions of Time. Keep one source of true
|
2016-09-03 19:45:58 -04:00 |
|
Erik Broberg
|
337cc64ab1
|
Add forgotten file
|
2016-08-22 15:35:27 -04:00 |
|
Kalle Bladin
|
628f8b479f
|
Update updatestructures to have transform with translation, rotation and scale.
|
2016-08-18 16:59:51 -04:00 |
|
Kalle Bladin
|
ae1f8e457b
|
Update RenderableGlobe to use transformation from SceneGraphnNode and fix bug in SpiceRotation.
|
2016-08-18 14:21:20 -04:00 |
|
Erik Broberg
|
23c4a05a96
|
Merge from globebrowsing
|
2016-08-17 20:25:58 -04:00 |
|
Erik Broberg
|
d4f635513d
|
Merge branch 'develop' into feature/globebrowsing
|
2016-08-17 19:53:28 -04:00 |
|
Alexander Bock
|
c93d882ea6
|
Cleanup of code regarding ANSI C standard (mostly adding newlines at the end of files)
Updating SGCT and Ghoul references
|
2016-08-17 16:26:14 +02:00 |
|
Kalle Bladin
|
c01808ce10
|
Convert tabs to spaces.
|
2016-08-17 00:30:53 -04:00 |
|
Kalle Bladin
|
542b9e11e6
|
Update SceneGraphNode to have a full transformation defined in terms of translation, scale and rotation.
|
2016-08-17 00:19:25 -04:00 |
|
Kalle Bladin
|
bd867ec402
|
Update SceneGraphNode to contain rotation information and remove rotation definition from renderable model.
|
2016-08-12 12:28:56 -04:00 |
|
Erik Broberg
|
d6aa4216cc
|
Merge branch 'feature/osirisrex' of github.com:OpenSpace/OpenSpace into feature/osirisrex
|
2016-08-02 19:25:39 -04:00 |
|
Kalle Bladin
|
4e0bbe2da0
|
Solve bug that cause some vertices to be misplaced in MultiModelGeometry and calculate MVP matrix for renderable model in double precision
|
2016-08-02 19:14:52 -04:00 |
|
Erik Broberg
|
244c18fdc7
|
Solve merge conflicts: develop --> globebrowsing
|
2016-08-02 18:50:10 -04:00 |
|
Alexander Bock
|
6bd0ef7102
|
Make OpenSpaceModule a properties::PropertyOwner so that it can own properties
Add properties owned by OpenSpaceModule to the global settings engine (closing #104)
|
2016-07-31 19:26:55 +02:00 |
|
Alexander Bock
|
635ce1713b
|
Add initial implementation of rings for Saturn
|
2016-07-29 07:54:16 +02:00 |
|
Erik Broberg
|
b44e761eba
|
Merge branch 'develop' into feature/globebrowsing
|
2016-07-21 13:29:33 -04:00 |
|
Alexander Bock
|
bc137ab377
|
Updated Spice library. Compile fix for Syncbuffer and Unittestson Linux
|
2016-07-20 10:41:06 +02:00 |
|
Kalle Bladin
|
541fbba322
|
Merge with develop and solve conflicts.
|
2016-07-18 17:26:30 -04:00 |
|
Alexander Bock
|
1b7ede6d5c
|
Add Lua functions to load and unload SpiceKernels
|
2016-07-18 14:41:27 +02:00 |
|
Alexander Bock
|
f7f8f279de
|
Move the LuaLibrary definition into its own file
|
2016-07-18 12:40:29 +02:00 |
|
Alexander Bock
|
94a46813fe
|
Add to_string methods to Key, KeyModifier, and KeyWithModifier
|
2016-07-14 00:27:03 -04:00 |
|
Kalle
|
8fcaaf2799
|
Merge remote-tracking branch 'origin/develop' into feature/globebrowsing
|
2016-07-13 12:09:02 -04:00 |
|
Alexander Bock
|
e3a1b775fd
|
Correctly rollback the previous rollback
|
2016-07-07 13:49:57 +02:00 |
|
Matthew Territo
|
da203364ba
|
Rollback pointer changes to _synchronizationBuffer.
Was causing segfault on mutex locks during launch.
|
2016-07-06 12:02:01 -06:00 |
|
Alexander Bock
|
c9ac04d3cd
|
Remove sgct inclusion from SyncBuffer header and move to the source file
Fix serialization of MatrixProperty
|
2016-07-06 17:52:16 +02:00 |
|
Kalle
|
dd7abd355a
|
GlobeBrowsingInteractionMode makes camera follow rotation of the globe and make globebrowsing work with spice kernels
|
2016-07-01 17:42:49 -04:00 |
|
kbladin
|
a89f474502
|
Solve merge conflict and add properties for friction and interaction parameters.
|
2016-06-30 14:07:51 -04:00 |
|
Kalle Bladin
|
35a095c448
|
Change camera dictionary state representation to consider position, rotation and focus node.
|
2016-06-29 15:23:37 -04:00 |
|
Kalle Bladin
|
5807919ac7
|
Start changing camera write and restore functions.
|
2016-06-29 10:45:26 -04:00 |
|
Alexander Bock
|
a56ce8d3f5
|
Clang compile fixes
|
2016-06-29 16:40:20 +02:00 |
|
Kalle Bladin
|
e5ccf185cd
|
Remove rotation state variables from interaction mode and enable more freely local rotation.
|
2016-06-28 22:28:56 -04:00 |
|
Alexander Bock
|
824da2199f
|
Include file cleanup
|
2016-06-27 15:02:21 +02:00 |
|
Alexander Bock
|
41ef7c1b55
|
Add methods to check for KeyActions and KeyModifiers
|
2016-06-27 01:12:00 +02:00 |
|
Erik Broberg
|
7c0e80b866
|
Enable basic saving and restoring camera position between runs
|
2016-06-22 17:37:55 -04:00 |
|
Alexander Bock
|
896d9bd1db
|
Merge remote-tracking branch 'origin/feature/iSWA' into release/ips
|
2016-06-14 22:52:30 +02:00 |
|
Sebastian Piwell
|
c0b0d45470
|
Linux compile fix
|
2016-06-13 13:50:38 -04:00 |
|
Sebastian Piwell
|
65bacf3119
|
Merge with develop
|
2016-06-13 13:30:26 -04:00 |
|
Sebastian Piwell
|
157ca752b2
|
Find highest value over multiple bins in histogram
|
2016-06-10 15:36:36 -04:00 |
|
Kalle Bladin
|
012bcaefaf
|
Solve merge conflicts.
|
2016-06-07 12:54:52 -04:00 |
|
Sebastian Piwell
|
9e7c420719
|
KameleonTransformationMatrix() in Transformation manager
|
2016-06-06 10:20:53 -04:00 |
|
Alexander Bock
|
55456ae272
|
Add button to reset performance measurements
Clang compile fix
|
2016-06-06 10:23:28 +02:00 |
|
Kalle Bladin
|
f51f282dbb
|
Merge branch 'feature/interaction' into feature/globebrowsing
|
2016-06-05 21:28:12 -04:00 |
|
Kalle Bladin
|
45e7c41690
|
Update camera to use double precition.
|
2016-06-05 21:27:20 -04:00 |
|