๐Ÿงต#AR touch transform

marwi123

Hi,

You can disable placement adjustment in the WebXR component to disable all.

https://engine.needle.tools/docs/api/classes/Built-in_Components.WebXR.html#useplacementadjustment

There is currently no api exposed for disabling only rotation and scale. I take this as a feature request. Until then you can detect touches yourself and apply transformation to the active xr-rig that you can get from the NeedleXRSession (via the xr callbacks, context.xr property or static fields)