Commit Graph

129 Commits

Author SHA1 Message Date
Ylva Selling 4063a49297 Change browser and targets starting position. Make browser larger than target by default 2022-03-30 14:48:36 -04:00
Ylva Selling 0f81a738db Pass the image fov to the GUI 2022-03-30 11:17:13 -04:00
Ylva Selling f34884e86b Make apperance of target match the dimensions of the sky browser. Fixes issue #1926 2022-03-23 13:27:01 -04:00
Ylva Selling 5bbf7d3d33 Fixes after merging in new cef version and master 2022-03-22 16:01:34 -04:00
Ylva Selling ea77f74731 Make it possible to add n number of additional rendered copies of the sky browser, that can be placed with RAE coordinates 2022-03-17 11:53:12 -04:00
Ylva Selling 128d21b759 Transform the hovercircle to a renderable so it works in a dome environment 2022-03-17 10:36:04 -04:00
Ylva Selling bf5069fbf6 Change screenspaceskybrowser to renderableskybrowser 2022-03-16 11:20:37 -04:00
Ylva Selling 6f4b91696c Change image directory name to lower case 2022-03-07 15:34:43 -05:00
Ylva Selling 119016ee54 Change default position of the target to upper right part of the screen 2022-03-04 17:24:07 -05:00
Ylva Selling bd43816060 Pull request fix requested changes 2022-03-03 12:10:41 -05:00
sylvass 21e572149e Fix comments from pull request 2022-03-02 16:39:44 -05:00
sylvass ee26ab4e08 Remove comments with other urls for the sky browser 2022-02-22 09:51:53 -05:00
sylvass 8b71bbd0da Remove renderable sky browser (3D browser and related functionality) 2022-02-18 12:21:12 -05:00
sylvass 863b555747 Ensure all nodes in a cluset get the same border color for the browsers 2022-02-18 11:28:09 -05:00
sylvass 5a07842b9e Add lua function to translate screen space renderable. Add documentation for the lua functions. 2022-02-17 08:55:03 -05:00
sylvass a88246c56b Rename "Pair" to "TargetBrowserPair" 2022-02-10 07:11:39 -05:00
sylvass 07c17be12c Ensure all lua functions accepts the browser id as the first argument (except when there is a target id as well) 2022-02-10 07:01:18 -05:00
sylvass 51496956fc Pass data regarding if sky browser and target are facing camera and using radius azimuth elevation to gui 2022-02-07 09:46:00 -05:00
sylvass f8936db40c Remove sky browser properties from the screen space renderables 2022-01-26 05:41:16 -05:00
sylvass dbd69cdd73 Add size getter and pass size and color to gui 2022-01-25 09:33:02 -05:00
sylvass a07b4a5afe Ensure all nodes in a cluster establish contact with their own instance of the wwt application (needs an updated website version - this update will not work with the current website version on the server) 2021-12-28 08:09:31 -05:00
sylvass f269090937 Change update structure from onChange functions to Pair so that Pair handles all communication between the target and browser 2021-12-17 14:21:30 -05:00
ENG-VIDAVIZ-0\ylvas 2ee0ae0387 Cleanup, set constants as static const expr 2021-12-17 11:11:23 -05:00
ENG-VIDAVIZ-0\ylvas e923f9c805 Remove pair from module when one of them are deleted 2021-12-16 11:43:02 -05:00
ENG-VIDAVIZ-0\ylvas 733dc09a30 Move lua scripting to create target browser pair to lua functions 2021-12-15 11:21:38 -05:00
sylvass efddc8bc46 Change equatorial aim to be vec2 and fix hard crash bug with texture resolution and scaling 2021-12-14 11:21:46 -05:00
sylvass b75e91d0c2 Add function to hide the wwt chrome interface (the white symbols) 2021-12-06 14:47:06 -05:00
sylvass f5721cee14 Fix bugs with 3D browser scale and place synchronization of the target and browser in the targets update function 2021-12-02 14:55:15 -05:00
sylvass 696ee7f7e7 Clean up includes 2021-12-01 14:48:25 -05:00
sylvass 9c160699fb Cleanup and make animation of FOV smoother 2021-12-01 14:25:32 -05:00
sylvass 1fe86fe843 Cleanup, make hover circle add itself via lua function to the module. Make functions consistent how they interact with WWT 2021-12-01 13:48:12 -05:00
sylvass 16f608fd5c Cleanup 2021-12-01 11:12:32 -05:00
sylvass 921f4ff31d Bugfix after merge with master 2021-11-30 12:34:33 -05:00
sylvass 68c0635a9a Restructure browser and target to not have pointers to each other 2021-11-23 15:49:20 -05:00
sylvass 21cdc9d5cb Clean up 2021-11-15 15:30:58 -05:00
sylvass 513cee8705 Clean up header files - remove unneccessary and sort 2021-11-11 11:03:11 -05:00
sylvass 7bcdd7db21 Give utility functions better names 2021-11-10 10:31:28 -05:00
sylvass 1e4f4dc19a Make max width 90 columns 2021-11-05 11:15:47 -04:00
sylvass 2b1de9eebb Use Pair class to communicate with the target and browser 2021-11-05 10:07:30 -04:00
sylvass b64fc94599 Add class Pair for skybrowser + skytarget pair 2021-11-03 10:37:40 -04:00
sylvass d5422f429d Restructure and clean up 2021-11-03 10:37:20 -04:00
sylvass c895f24989 Cleanup 2021-10-25 09:38:09 -04:00
Ylva Selling fcdf33e178 Set variables to better names cleanup 2021-09-20 13:49:22 +02:00
Ylva Selling 01c393ab8b Fix so backend can handle layer ordering 2021-06-09 10:58:42 +02:00
Ylva Selling d3736aeb82 Change to use server instead of localhost for browsers, and fix some bugs 2021-06-08 19:20:42 +02:00
Ylva Selling 2df2e45f85 Change name of function to move 3D browser to a better suited name for lua function 2021-06-03 11:27:45 +02:00
Ylva Selling 6d0efc99df Disable hover circle outside of solar system 2021-06-03 10:46:55 +02:00
Ylva Selling e3c0e286fe Add functionality to center target on screen, when it has been lost locked somewhere for example 2021-06-03 10:03:27 +02:00
Ylva Selling 0221ca1c20 Set browser to selected upon startup 2021-06-03 09:22:31 +02:00
Ylva Selling 111c719ed7 Cleanup: Rename function to better name and remove duplicates of code 2021-06-02 15:47:07 +02:00