Skip to content

feat(web): align office wall fixtures and expand windows/plants#4

Merged
charlesrhoward merged 1 commit intomainfrom
codex/office-window-plant-fixes
Feb 15, 2026
Merged

feat(web): align office wall fixtures and expand windows/plants#4
charlesrhoward merged 1 commit intomainfrom
codex/office-window-plant-fixes

Conversation

@charlesrhoward
Copy link
Copy Markdown
Contributor

@charlesrhoward charlesrhoward commented Feb 15, 2026

Note

Low Risk
Purely visual/layout changes to a single canvas component; no data flow, auth, or backend logic impacted.

Overview
Adjusts the 3D Office scene so the monitor wall can be rotated and is repositioned to sit flush on the right wall.

MonitorWall now accepts an optional rotation prop (defaulting to no rotation), and the Office placement updates the monitor wall position and rotates it by 90° to align with the right-side wall plane.

Written by Cursor Bugbot for commit 6a13ed8. This will update automatically on new commits. Configure here.

@vercel
Copy link
Copy Markdown

vercel bot commented Feb 15, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
agent-space-web Ready Ready Preview, Comment Feb 15, 2026 2:35pm

Request Review

@charlesrhoward charlesrhoward enabled auto-merge (squash) February 15, 2026 14:35
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 6a13ed896b

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

{/* Monitor wall */}
<MonitorWall position={[10.8, 0, -3]} />
{/* Monitor wall mounted flush on right wall */}
<MonitorWall position={[10.88, 0, -5]} rotation={[0, -Math.PI / 2, 0]} />
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Move monitor wall away from right-side window opening

The new MonitorWall placement at position={[10.88, 0, -5]} puts the monitors directly into the same wall section as the right window centered at z=-5.4 (right-window instances), so part of the top row overlaps the window frame/glass volume. In practice this creates intersecting geometry (visible clipping/flicker) and makes the wall fixtures visually inconsistent; placing the monitor wall in a non-window span of the right wall would avoid the collision.

Useful? React with 👍 / 👎.

@charlesrhoward charlesrhoward merged commit 9598e76 into main Feb 15, 2026
7 checks passed
@charlesrhoward charlesrhoward deleted the codex/office-window-plant-fixes branch February 15, 2026 14:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant