Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 88c528a28296cf2c12e8f221a70a10687ebe5d87
https://github.com/WebKit/WebKit/commit/88c528a28296cf2c12e8f221a70a10687ebe5d87
Author: Jean Haberer <[email protected]>
Date: 2026-03-20 (Fri, 20 Mar 2026)
Changed paths:
M Source/WebKit/ModelProcess/cocoa/ModelProcessModelPlayerProxy.h
M Source/WebKit/ModelProcess/cocoa/ModelProcessModelPlayerProxy.mm
Log Message:
-----------
Conversion to standardized transform is wrong in immersive presentation
https://bugs.webkit.org/show_bug.cgi?id=310339
rdar://172989257
Reviewed by Etienne Segonzac.
When presenting a model as immersive, this one is displayed outside of
the page context in a real wold coordinate system. Thus we should not
apply any conversion to entity transforms when the model is immersive.
* Source/WebKit/ModelProcess/cocoa/ModelProcessModelPlayerProxy.h:
* Source/WebKit/ModelProcess/cocoa/ModelProcessModelPlayerProxy.mm:
(WebKit::ModelProcessModelPlayerProxy::modelStandardizedTransformSRT):
(WebKit::ModelProcessModelPlayerProxy::modelLocalizedTransformSRT):
(WebKit::modelStandardizedTransformSRT): Deleted.
(WebKit::modelLocalizedTransformSRT): Deleted.
Canonical link: https://commits.webkit.org/309616@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications