Add procedural elevator system with floorplan, runtime, and first-person support#305
Open
sudhir9297 wants to merge 8 commits into
Open
Add procedural elevator system with floorplan, runtime, and first-person support#305sudhir9297 wants to merge 8 commits into
sudhir9297 wants to merge 8 commits into
Conversation
# Conflicts: # packages/editor/src/components/tools/item/move-tool.tsx # packages/editor/src/components/tools/tool-manager.tsx # packages/editor/src/components/ui/panels/panel-manager.tsx # packages/editor/src/store/use-editor.tsx # packages/viewer/src/components/renderers/site/site-renderer.tsx # packages/viewer/src/components/viewer/ground-occluder.tsx # packages/viewer/src/components/viewer/index.tsx # packages/viewer/src/components/viewer/post-processing.tsx
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.
What does this PR do?
This PR introduces a complete procedural elevator system across core, editor, viewer, floorplan, and first-person workflows.
It enables:
Elevator Core System
ElevatorNodeschema with support for:Elevator Tools & Editor Integration
Added elevator creation and move tools.
Integrated elevators into:
Added full elevator side panel controls:
Live Editing & Performance
Elevator Rendering
Door Styles & Cab Controls
Added door opening styles:
Added door panel styles:
Added inside-cab controls:
Added landing call buttons outside elevator doors.
Runtime & Dispatch System
Added elevator runtime state:
Added elevator movement system:
Added shared dispatch system for multiple elevators:
Floor Restrictions & Indicators
Added support for:
Applied restrictions across:
Added floor indicators:
Fixed mirrored floor numbers and inverted direction arrows.
Slab & Ceiling Cutouts
Added automatic slab and ceiling cutouts for elevator shafts.
Cutouts generated from:
Added:
Allows multiple cutouts to merge cleanly.
First-Person Support
Added first-person elevator interaction:
Added player locking:
Floorplan Support
Added elevator rendering in floorplan:
Added floorplan interactions:
Added served-range visualization:
Architecture Improvements
Related Structural & Viewer Updates
Expanded procedural column support:
Updated related systems for:
Ensured compatibility with elevator cutouts and rendering behavior.
Commit Highlights