Commit graph

181 commits

Author SHA1 Message Date
Alezia Kurdis
e342fecd45
'Domain Mapper' Application
This adds the "Domain Mapper" application.

Generate a 3D miniature representation of your domain's zones. Useful if you have many 'Places' in your domain and are trying to visualize where you can add new ones. The domain overview  can also be used in parallel with the 'Create' application to help you adjust kilometers wide zones. (It refreshes every 5 seconds.)

I finally decided to add it since it happened to be useful to adjust huge zones entities (too big to efficiently view in edition directly.)
2024-03-06 21:29:15 -05:00
63a894f996
Merge pull request #68 from Armored-Dragon/armored-chat
Chat-ng
2024-02-24 21:29:18 +01:00
Armored Dragon
14766a792b
Rewrite
Fixes rotation glitch (hopefully).
Fixes nametag flashing on update.

Signed-off-by: Armored Dragon <publicmail@armoreddragon.com>
2024-02-23 10:49:40 -06:00
Armored Dragon
c4a05f976f
Cleanup
Changed branding from Armored Dragon to Overte.
Added to metadata.js.

Signed-off-by: Armored Dragon <publicmail@armoreddragon.com>
2024-02-22 16:56:14 -06:00
Armored Dragon
d99ce00b5b
External Window Setting + Settings persistance
Adds the ability to have the chat window open in a different window. Also allows settings to be saved and loaded.

Signed-off-by: Armored Dragon <publicmail@armoreddragon.com>
2024-02-21 14:00:51 -06:00
Armored Dragon
551117950e
Sync
Signed-off-by: Armored Dragon <publicmail@armoreddragon.com>
2024-02-21 08:54:13 -06:00
Armored Dragon
721075b34b
Reset script on user disconnect.
Signed-off-by: Armored Dragon <publicmail@armoreddragon.com>
2024-01-28 10:11:49 -06:00
Alezia Kurdis
287b8d1481
Add files via upload 2024-01-03 15:22:18 -05:00
64f71cab65
Merge pull request #63 from AleziaKurdis/replica-app
"Replica" application.
2023-12-30 10:45:02 +01:00
Alezia Kurdis
37fc8a4693
Fix possible UI Issues
Fix possible UI Issues
2023-12-27 13:20:25 -05:00
657c4faa2b
Merge branch 'master' into Calibrate-app 2023-12-23 20:06:45 +01:00
Alezia Kurdis
dbaca8686d
Add "Replica" application.
Specifically for users who do 'Full Body Tracking', this application generates a double of your avatar that only you can see. This is useful to master your avatar moves. Good to have for dancing.

Basically, it is a modified Dopple-ganger app, but able to do the room scale translations inst5ead to be stationary. This is really for 'Full Body Tracking'.
2023-12-22 22:53:36 -05:00
Alezia Kurdis
546f9296c3
fix typo
fix typo
2023-12-22 19:06:32 -05:00
f8fa26fae9
Merge branch 'master' into RoomScaleMarkerApp 2023-12-23 00:30:17 +01:00
206d62b26b
Merge branch 'master' into FlyAvatar-app 2023-12-23 00:24:53 +01:00
Alezia Kurdis
eef774d71c
Add "Room Scale Marker" app
Room Scale Marker

Designed for enthusiasts of 'Full Body Tracking,' this application prioritizes safety and performance precision by generating a central marker (local entity). Unlike the standard chaperone system in VR, which tends to signal boundaries reactively, this central marker enhances real-world reference awareness, enabling users to plan their moves more effectively to never reach those boundaries. Perfect for dancing. This marker self-delete as soon it stop matching the reality.
2023-12-21 23:00:53 -05:00
Alezia Kurdis
b5067e4296
Add "Calibration - Full Body Tracking" app
This application adds a shortcut button in your tablet to open directly the Full Body Tracking 'Calibration' settings. This is mainly for people doing Full Body Tracking for whom it is a frequent use to do the calibration.
2023-12-17 22:48:14 -05:00
Alezia Kurdis
e5f91da546
Add the "Fly Avatar" app
Fly Avatar
This application replaces your avatar for a specific one when you are flying. It reverts automatically the original avatar as soon as you land.
2023-12-17 22:29:13 -05:00
Alezia Kurdis
ea8c546b99
Add "Action Camera" app
This adds a new applications  "Action Camera",
(Yes another camera)
This one is linked to the avatar to capture the avatar in action as it move or fly.
2023-12-14 21:24:48 -05:00
d24d5db3c4
Merge pull request #56 from Colorfingers/facelift
Added video select
2023-12-04 21:52:32 +01:00
colorfingers
625be7dcf7 Remove erroneous MyAvatar calls and fix indents 2023-12-03 20:52:21 +00:00
colorfingers
8b248c186b Added video select, changed video button text 2023-11-25 13:28:51 +00:00
Armored-Dragon
350103e5ac Fixed nametags appearing when disabled.
Removed unreferenced function.
2023-11-24 02:50:36 -06:00
488a1dec42 Restore previous state for procedural eye blinking 2023-11-19 17:21:37 +01:00
49fadc5634 Disable procedural eye blinking when face tracking is running 2023-11-19 14:50:20 +01:00
fab88f5524 External window for emocam 2023-11-17 00:46:21 +01:00
72b22a8063 Disabled debug draw in emocam 2023-10-29 01:28:27 +02:00
c5e69f4cdc Added camera rotation to head orientation in emocam 2023-10-29 00:06:41 +02:00
d35459dd5a Reformatted tabulation in emocam index.html 2023-10-27 19:30:08 +02:00
4019835df9 IK based head movement for emocam app 2023-10-26 00:04:09 +02:00
97b0d33a08 Disable emocam logging 2023-10-21 21:04:59 +02:00
Alezia Kurdis
53a20eef83
Cleanup of emocam & metadata entry
Cleanup of emocam & metadata entry
2023-10-21 14:04:10 -04:00
e013150075 Face tracking app 2023-10-21 17:21:17 +02:00
Alezia Kurdis
565eb71887
Fix the height positioning issue.
Fix the height positioning issue.
2023-09-23 22:27:51 -04:00
520440e8ca Add zDebugger and scriptManager to metadata 2023-09-22 17:29:22 -03:00
9b18c3f542 Update filename in license headers 2023-09-22 17:28:57 -03:00
aa1baa37e6
Merge pull request #37 from Armored-Dragon/Nametags.js-Overhaul
New nametag.js
2023-09-22 21:53:33 +02:00
Armored-Dragon
a6ca392d1b Fix panel size on name change 2023-09-22 13:37:09 -05:00
Armored-Dragon
7a4ef33127 Cleaned interval use.
Checks first person mode when adjusting Nametag height
2023-09-21 15:12:49 -05:00
Armored-Dragon
7bf79ce08c Nametag height adjustment.
Automatic height adjustment.
2023-09-21 15:05:19 -05:00
Armored-Dragon
083aa311f6 Added Apache License header 2023-09-21 14:39:24 -05:00
c751b4331c Update license headers 2023-09-21 16:31:47 -03:00
ce45f48bcf Remove debug 2023-09-21 16:22:08 -03:00
f22f925573 Add license to zDebugger and scriptManager 2023-09-21 16:22:00 -03:00
Armored-Dragon
4e6da69354 VR fix.
No longer creates own name tag in First person or in VR.
2023-09-19 17:04:58 -05:00
Armored-Dragon
39e6dcb07b Anonymous user fix 2023-09-19 15:09:54 -05:00
6e5b0ca8f8 Add missing colors to css 2023-09-19 09:54:13 -03:00
Armored-Dragon
0ad32d83c1 New nametag.js 2023-09-18 14:12:55 -05:00
39d76788d5 Add scriptManager and zDebugger 2023-09-18 15:12:15 -03:00
190cd0ec17
Merge branch 'master' into master 2023-08-22 19:29:01 +02:00