Co-authored-by: Reifonas <211114984+Reifonas@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-05-12 11:30:29 +00:00
parent 84fc7aa41f
commit b5ea0bcfbd
+1 -1
View File
@@ -535,7 +535,7 @@ const XRSession = () => {
<XRMeasurementOverlay />
<ControllerFineTuning freeMove={freeMove} />
<XRDebugHud />
{devkit ? <XRDevHud /> : <XRDebugHud />}
{/* DEVKIT: fake controllers visible in scene + keyboard driver */}
{devkit && simXR && <FakeControllers />}
{/* DEVKIT: orbit camera in SimXR so you can navigate around the model */}