diff --git a/src/app/App.tsx b/src/app/App.tsx index e2c568e1..2783d5ea 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -17396,9 +17396,11 @@ export function App({ store, initialStatusMessage }: AppProps) { -
-
Position
-
+ {selectedEntity.kind !== "cameraRig" || + selectedEntity.rigType === "fixed" ? ( +
+
Position
+
+
-
+ ) : null} {selectedPointLight !== null ? ( <>