Skip to content

amend z-index to bring 2D UI to foreground#536

Open
ktheo-ptc wants to merge 3116 commits intomainfrom
amend-z-index
Open

amend z-index to bring 2D UI to foreground#536
ktheo-ptc wants to merge 3116 commits intomainfrom
amend-z-index

Conversation

@ktheo-ptc
Copy link
Copy Markdown
Contributor

  • adjusts z-index to bring 2D UI to foreground

benptc and others added 30 commits May 5, 2023 14:31
Tries to more elegantly handle minimum timeline width, fix initial load
of hpa after recording finished (unsuccessfully), and simplifies and
optimizes bestClonesByTimestamp logic
setDisplayRegion can be called before the message setting the active
analytics frame to the correct one so the extra setDisplayRegion would
go to the 'none' analytics, causing everything to be loaded twice over.
Allows remote pose tracking to be a little sloppier while remaining
within the wider 500 ms tolerance window the timeline establishes.
Spaghetti now fades out if it is not the one the user is interacting …
* Changed reception of poses stream from Swift to reflect new data structure.
* Added passing of extra frame data (camera calibration) together with human pose.
Adds -webkit-user-drag:none to all elements; disables hover on mobile ru-icons
benptc and others added 14 commits October 11, 2023 14:05
…or or ios

patches taken on remote-operator show up in the right spot on remop or in AR. mobile ones do not.
… or on remote operator, and appear in the right spot; only missing feature is the snapshots dont immediately appear in AR if taken on the mobile device, only if taken on remop
…r. Improves shader for spatial snapshots to fade to flat shading when viewing angle and position approach the angle/position that the photo was taken from
Fixes live analytics menu from being offscreen due to session menu no…
…that multiple minimized (but open) tools dont all add the subtools within them
Take spatial snapshots on iOS device; refactor SpatialSnapshotCoordinator out of CameraVisCoordinator; implement capture APIs
Copy link
Copy Markdown
Contributor

@hobinjk-ptc hobinjk-ptc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor issue on Safari: If the scene contains a minimized drawing tool something goes wrong and right-clicking brings up the context menu. Not actually sure what's happening here since adding a contextmenu listener with event.preventDefault isn't making it go away

@benptc
Copy link
Copy Markdown
Contributor

benptc commented Oct 18, 2023

I think the z-index adjustment should be fine. I remember running into that context menu issue before and I thought I found a reason for it – I'll look into this now.

Comment thread src/network/index.js Outdated
tempThisObject.fullscreenZPosition = msgContent.fullscreenZPosition;
}

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: trailing whitespace

Copy link
Copy Markdown
Contributor

@hobinjk-ptc hobinjk-ptc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM with one lint and one comment inline

Comment thread src/device/onLoad.js
globalStates.platform = false;
}

if (realityEditor.device.environment.isSafari()) {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should have a comment on why ("iframes in safari intercept pointer-events if not given a negative z-index") it's done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants