OrbitX City: open-door walk-in entry, E=venue tools, Manhattan streetscape upgrade - #147
Draft
audifyx wants to merge 3 commits into
Draft
OrbitX City: open-door walk-in entry, E=venue tools, Manhattan streetscape upgrade#147audifyx wants to merge 3 commits into
audifyx wants to merge 3 commits into
Conversation
Co-authored-by: para1laxx <audifyx@users.noreply.github.com>
…y collision gaps + crossing detectors; movement lock; Stuck? Reset Co-authored-by: para1laxx <audifyx@users.noreply.github.com>
…tail) with cornice, awning, roof crown + local ADNET facade posters (quality-gated) Co-authored-by: para1laxx <audifyx@users.noreply.github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Synced to latest
mainand adds the OrbitX City streetscape/entry upgrade on top.1. Open-door walk-in entry (E = venue tools only)
Eno longer enters buildings — it only opens a building's branded venue tools menu viaopenVenue(buildingId)(never teleports). Door clicks no longer enter either.crossedEntryDoorway/crossedExitDoorway) fire the interior transition exactly once per crossing (with a cooldown). The existing green exit pad / walk-out is preserved.isWalkInBuilding+buildingDoorWidth) while the surrounding wall stays solid; the interior south wall has a matching exit gap. Auto-entry is restricted to designed venues (interaction/venue kind) so you never auto-enter generic OSM fill buildings.BuildingMeshrenders a non-interactive open doorway (jambs, lintel, dark recess, threshold glow, canopy) aligned to the collision gap; storefront glazing is split around the opening.2. Manhattan facade upgrade (quality-gated, no external assets)
facadeFamily()classifies each building (brick / limestone / glass / retail) from massing + venue role.3. Posters / signage (local Canvas textures only)
createAdTexture, high quality, capped by hash) — no remote URLs.4. Interaction / safety
5. Verification
webtests: 90 passed / 3 skipped (added doorway collision-gap + entry/exit threshold tests; corrected a stale trading-desk assertion that already failed onmain).git diff --checkclean.Note: full desktop/mobile manual QA was only partially completed — automated 3D navigation was unreliable, so end-to-end walk-in/walk-out was verified via unit tests + code + a partial browser check rather than a complete recorded run. Constraints respected: no new integrations/env vars, no external placeholder assets, no broken routes.