Commit Graph

51 Commits

Author SHA1 Message Date
VLLindqvist
d2299f4042 Fix assertion error 2023-06-12 17:56:27 +02:00
VLLindqvist
f032e9423c Cmake cleanup and uppdate Copyright 2023-06-11 23:53:06 +02:00
Victor Lindquist
c0b4fdb4df Folder restructuring in software integration module 2022-06-22 18:52:47 -06:00
Victor Lindquist
59d7274e5c [WIP] SIMP version 1.9.1. Breaking changes. Refactor of entire softwareintegration module. Updates SGCT submodule to fix bug with long transfer times on sync connections.
Co-authored-by: Jacob Molin <jacobmolin@users.noreply.github.com>
2022-06-22 13:49:52 -06:00
Victor Lindquist
f5dc566c1e Merge branch 'thesis/2022/software-integration_dod' and 'thesis/2022/software-integration_save-session' into thesis/2022/software-integration_velocity-support 2022-06-16 23:24:39 -06:00
Victor Lindquist
c011986794 Added 'hasLoaded' bool in the syncable storage so that enabling properties in the renderable occurs at the correct time 2022-06-15 19:14:49 -06:00
Victor Lindquist
b6a79ec5ef Refactored NetworkEngine and PointDataMessageHandler into Data-Oriented Design to simplify development 2022-06-15 18:41:57 -06:00
Victor Lindquist
f7e5dcf2e2 Added save session feature in the Software Integration module 2022-06-14 02:00:00 -06:00
Jacob Molin
5970aaba28 Fixes ColormapAttrData not always syncing + ColormapEnabled-script being executed 2022-05-27 22:28:35 -06:00
Victor Lindquist
033800ff58 Quick fix of issue with enabling colormap. Changed data structure in syncabledatastorage. 2022-05-25 03:01:16 -06:00
Jacob Molin
df79184faf [WIP] ColormapEnable not working
Co-authored-by: Victor Lindquist <VLLindqvist@users.noreply.github.com>
2022-05-24 17:07:57 -06:00
Victor Lindquist
47a5c8e299 Full support of colormaps. Revamp of entire softwareintegration module. Update to SIMP version 1.8.
Co-authored-by: Jacob Molin <jacobmolin@users.noreply.github.com>
2022-05-20 01:29:03 -06:00
JACOB MOLIN
d62b9a49e5 Enabled ability to receive a colormap via SIMP and syncing to nodes 2022-05-10 14:14:47 -06:00
Victor Lindquist
f033cf16dc Datasets now syncs over to clients in a cluster, regardless of dataset size
Co-authored-by: Jacob Molin <jacobmolin@users.noreply.github.com>
2022-04-07 18:37:15 -06:00
Victor Lindquist
752408a9f9 SyncableMessageQueue in progress
Co-authored-by: Jacob Molin <jacobmolin@users.noreply.github.com>
2022-04-07 18:28:41 -06:00
Emma Broman
ad7455152f Very large datasets can now be loaded
Use a centralized storage in the module if a dataset is too large to be feasible to pass in the dictionary
2021-02-11 16:09:11 +01:00
Emma Broman
2175863c69 Restructure code to avoid huge module class
split into: module, server and message handlers
2021-02-09 13:34:30 +01:00
Emma Broman
fef2a3aae7 Combine read data and load scene graph node messages 2021-02-05 16:18:46 +01:00
Emma Broman
6abe40763d Remove unimplemented massage types 2021-02-05 12:58:03 +01:00
Emma Broman
c0fea13875 Some more cleanup 2021-02-02 14:24:58 +01:00
Emma Broman
3122dc0452 Add some TODO comments 2021-02-02 10:40:09 +01:00
Emma Broman
1e582f11af More cleanup 2021-02-01 17:10:52 +01:00
Emma Broman
ec2224f63f Create Scene Graph Nodes through the scriptEngine 2021-02-01 17:10:37 +01:00
Emma Broman
8fb955ab85 Opacity fix and some cleanup 2021-02-01 17:10:16 +01:00
aniisaaden
1460d30a21 Cleaned and structured code 2020-10-20 09:48:35 +02:00
aniisaaden
e109c64081 Fixed issue with pointscloud asset. Changed pointData to be a dictionary in pointsCloudRenderable. Changed name of message type "DATA" to "PDAT" 2020-10-19 13:52:47 +02:00
Johanna Granström
ba683f980e Fixed: Exception error 2020-10-14 11:48:20 +02:00
aniisaaden
c428f097ea Started expanding the module and renderable to include luminosity and velocity 2020-10-13 10:15:09 +02:00
aniisaaden
064a01281b Point data has correct postion in OpenSpace. Speckfile code removed from module and renderable. 2020-10-08 15:02:32 +02:00
aniisaaden
c71465f507 Added if-statements for onChange-messaging. Renderable updated to receive point data, position is wrong. 2020-10-08 14:20:05 +02:00
aniisaaden
779dfb88a9 OpenSpace can receive data from Glue as a long string, then read the data and separate x,y,z-coordinates into vectors 2020-09-28 16:53:51 +02:00
aniisaaden
1a46847c82 Code clean up 2020-09-23 15:56:21 +02:00
aniisaaden
424e99ebed OpenSpace and Glue can both send and receive messages, and update their properties. 2020-09-18 13:39:41 +02:00
aniisaaden
3282dc80b2 Softwareintegrationmodule and Softwareconnection are two separte files. 2020-09-18 11:53:17 +02:00
johannagranstrom
29a42e2c55 Started the process of creating a callback in our module for property changes in our renderable 2020-09-17 17:04:51 +02:00
aniisaaden
b0403489ac Implemented messaging prototype for OpenSpace sending updated property values - work in progress 2020-09-16 16:02:56 +02:00
johannagranstrom
467d04b3ac OpenSpace is able to send a simple string message that Glue can receive and print. 2020-08-11 16:43:27 +02:00
aniisaaden
cb4de51f11 Repetetive code turned into functions: readIdentifier, readFloatValue, readColor & readString 2020-08-10 16:50:38 +02:00
aniisaaden
3bacb31a8f Changed names of message types 2020-08-07 14:20:28 +02:00
aniisaaden
02c7ebcec3 Renamed Connection class to SoftwareConnection and added message type for adding a new scene graph. 2020-08-07 13:52:07 +02:00
aniisaaden
baf27037c7 Simple message structure added. Messages recieved includes a header with protocol version, message type, length of message and the message. OS can receive new values for color, opacity and size when the values change. 2020-08-05 16:55:28 +02:00
aniisaaden
65b68f7201 Can receive message from Glue, includes length of identifiers. 2020-08-04 18:41:19 +02:00
aniisaaden
5b77e66d2b Added message functions, can receive string message if message length is specified. 2020-08-04 12:13:03 +02:00
aniisaaden
e28c9278f2 Added tcpsocket server to module, can connect to Glue but not send/receive messages 2020-07-29 16:27:47 +02:00
johannagranstrom
a7efa3b6e6 Added Lua scripting 2020-07-27 14:41:45 +02:00
aniisaaden
f576eebe20 Created a basic point cloud renderable 2020-07-10 09:02:18 +02:00
aniisaaden
4f9713410d Merge conflict resolved 2020-07-09 10:31:53 +02:00
aniisaaden
966a9b4347 Compiling module made 2020-07-09 09:03:14 +02:00
aniisaaden
89f6a49530 name changes 2020-06-16 13:46:01 +02:00
aniisaaden
3f731f70a2 Changed content in the module to content from the gaiamodule 2020-06-16 13:31:13 +02:00