Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: aa7e45300ed1afb5c9c603be82a5b1698eb1ba4a
https://github.com/WebKit/WebKit/commit/aa7e45300ed1afb5c9c603be82a5b1698eb1ba4a
Author: Jean Haberer <[email protected]>
Date: 2026-03-20 (Fri, 20 Mar 2026)
Changed paths:
M Source/WebKit/ModelProcess/cocoa/ModelProcessModelPlayerProxy.mm
M Source/WebKit/WebKitSwift/RealityKit/WKRKEntity.h
M Source/WebKit/WebKitSwift/RealityKit/WKRKEntity.swift
Log Message:
-----------
Remove logic adding scene understanding component to immersive models
https://bugs.webkit.org/show_bug.cgi?id=310342
rdar://172933410
Reviewed by Etienne Segonzac.
Since this component should rather be intentionally added during
the asset creation process, we are removing the logic that was adding
this component recursively to a model when transitioning to immersive.
This essentially reverts https://bugs.webkit.org/show_bug.cgi?id=306788
* Source/WebKit/ModelProcess/cocoa/ModelProcessModelPlayerProxy.mm:
(WebKit::ModelProcessModelPlayerProxy::ensureImmersivePresentation):
* Source/WebKit/WebKitSwift/RealityKit/WKRKEntity.h:
* Source/WebKit/WebKitSwift/RealityKit/WKRKEntity.swift:
(WKRKEntity.ensureSceneUnderstanding): Deleted.
(WKRKEntity.applySceneUnderstandingComponentRecursively(to:)): Deleted.
Canonical link: https://commits.webkit.org/309617@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications