🏛️ 3D Models - Scale & Floor Plan
Added:
- SCALE.md: Full measurements for each room
- FLOORPLAN.md: ASCII floor plan with agent positions
Agent Layout:
- Anubis: Entrance (legs)
- Ptah/Seshat/Sekhmet: Courtyard (chest)
- Cleopatra: Hall 2
- Thoth: Pylon 2 (throat)
- Maat: Pylon 3 (mind)
- Horus: Holy of Holies (head)
Ready for implementation! 🦅
This commit is contained in:
@@ -0,0 +1,107 @@
|
|||||||
|
# Temple Office Floor Plan
|
||||||
|
|
||||||
|
```
|
||||||
|
NORTH (Back)
|
||||||
|
═══════════════════════════════════════════════════════════════
|
||||||
|
|
||||||
|
┌──────────────────────────────────────────────────────────────┐
|
||||||
|
│ │
|
||||||
|
│ ┌────────────────┐ ┌────────────────┐ │
|
||||||
|
│ │ PYLON 3 │ │ SESHAT │ │
|
||||||
|
│ │ (Maat) │ │ (Content) │ │
|
||||||
|
│ │ ⚖️ QA │ │ 📝 Scribe │ │
|
||||||
|
│ └───────┬────────┘ └───────┬────────┘ │
|
||||||
|
│ │ │ │
|
||||||
|
│ ┌───────┴──────────────────────────┴────────┐ │
|
||||||
|
│ │ HYPERSTYLE HALL 2 │ │
|
||||||
|
│ │ 👑 CLEOPATRA - Voice Lab 👑 │ │
|
||||||
|
│ └────────────────────┬────────────────────────┘ │
|
||||||
|
│ │ │
|
||||||
|
│ ┌───────────────────┴────────────────────────┐ │
|
||||||
|
│ │ PYLON 2 (Thoth) │ │
|
||||||
|
│ │ 🐦 │ │
|
||||||
|
│ │ Research │ │
|
||||||
|
│ └───────────────────┬────────────────────────┘ │
|
||||||
|
│ │ │
|
||||||
|
│ ┌───────────────────┴────────────────────────┐ │
|
||||||
|
│ │ HYPOSTYLE HALL (Meeting) │ │
|
||||||
|
│ │ ⛫ │ │
|
||||||
|
│ │ ┌────┐ ┌────┐ ┌────┐ ┌────┐ ┌────┐ │ │
|
||||||
|
│ │ │PTAH│ │SESH│ │SEKH│ │SEKH│ │PTAH│ │ │
|
||||||
|
│ │ └────┘ └────┘ └────┘ └────┘ └────┘ │ │
|
||||||
|
│ │ CONFERENCE TABLE │ │
|
||||||
|
│ │ ⚡ STANDUPS • SPRINTS ⚡ │ │
|
||||||
|
│ └────────────────────┬────────────────────────┘ │
|
||||||
|
│ │ │
|
||||||
|
│ ┌───────────────────┴────────────────────────┐ │
|
||||||
|
│ │ COURTYARD (Chest) │ │
|
||||||
|
│ │ ╔═══╗ ╔═══╗ ╔═══╗ ╔═══╗ │ │
|
||||||
|
│ │ ║ ║ ║ ║ ║ ║ ║ ║ │ │
|
||||||
|
│ │ ╚═══╝ ╚═══╝ ╚═══╝ ╚═══╝ │ │
|
||||||
|
│ │ Open Workspace │ │
|
||||||
|
│ │ 🔨 📝 🦁 📝 🔨 │ │
|
||||||
|
│ └────────────────────┬────────────────────────┘ │
|
||||||
|
│ │ │
|
||||||
|
│ ┌───────────────────┴────────────────────────┐ │
|
||||||
|
│ │ FIRST PYLON (Anubis) │ │
|
||||||
|
│ │ 🐕 ENTRANCE 🐕 │ │
|
||||||
|
│ │ 📋 Reception • Lead Gen │ │
|
||||||
|
│ └────────────────────┬────────────────────────┘ │
|
||||||
|
│ │ │
|
||||||
|
│ ┌───────────────────┴────────────────────────┐ │
|
||||||
|
│ │ AVENUE OF SPHINXES │ │
|
||||||
|
│ │ ╱╲ ╱╲ ╱╲ ╱╲ ╱╲ │ │
|
||||||
|
│ │ 🦅 🦅 🦅 🦅 🦅 🦅 │ │
|
||||||
|
│ │ RAM-HEADED GUARDIANS │ │
|
||||||
|
│ └────────────────────────────────────────────┘ │
|
||||||
|
│ │
|
||||||
|
└──────────────────────────────────────────────────────────────┘
|
||||||
|
|
||||||
|
═══════════════════════════════════════════════════════════════
|
||||||
|
SOUTH (Front - Entrance)
|
||||||
|
|
||||||
|
═══════════════════════════════════════════════════════════════
|
||||||
|
```
|
||||||
|
|
||||||
|
## Agent Desk Positions
|
||||||
|
|
||||||
|
| Room | Agent | Desk Location | Symbol |
|
||||||
|
|------|-------|---------------|--------|
|
||||||
|
| Entrance | Anubis | Left of gate | 🐕 |
|
||||||
|
| Courtyard | Ptah | Far left column | 🔨 |
|
||||||
|
| Courtyard | Seshat | Center-left | 📝 |
|
||||||
|
| Courtyard | Sekhmet | Center-right | 🦁 |
|
||||||
|
| Meeting | All | Conference table | ⚡ |
|
||||||
|
| Pylon 2 | Thoth | Wall desk | 🐦 |
|
||||||
|
| Pylon 3 | Maat | Wall desk | ⚖️ |
|
||||||
|
| Hall 2 | Cleopatra | Central station | 👑 |
|
||||||
|
| Sanctuary | Horus | Golden throne | 👁️ |
|
||||||
|
|
||||||
|
## Navigation Routes
|
||||||
|
|
||||||
|
### Visitor Path
|
||||||
|
```
|
||||||
|
ENTRANCE → FIRST PYLON → COURTYARD → (Meeting if scheduled) → EXIT
|
||||||
|
```
|
||||||
|
|
||||||
|
### Agent Path
|
||||||
|
```
|
||||||
|
ENTRANCE → FIRST PYLON → COURTYARD → MEETING → PYLON 2 → PYLON 3 → SANCTUARY
|
||||||
|
```
|
||||||
|
|
||||||
|
### Emergency Path
|
||||||
|
```
|
||||||
|
SANCTUARY → HYPOSTYLE → COURTYARD → EXIT
|
||||||
|
```
|
||||||
|
|
||||||
|
## Sacred Geometry
|
||||||
|
|
||||||
|
### Golden Ratio
|
||||||
|
- Temple proportions follow 1:1.618 (phi)
|
||||||
|
- Column spacing uses sacred measurements
|
||||||
|
- Door heights: 3, 5, 8 units (Fibonacci)
|
||||||
|
|
||||||
|
### Symbolic Layout
|
||||||
|
- Horizontal axis = earthly realm
|
||||||
|
- Vertical axis = divine realm
|
||||||
|
- Center = intersection of worlds
|
||||||
@@ -0,0 +1,119 @@
|
|||||||
|
# Temple Office 3D Scale Reference
|
||||||
|
|
||||||
|
## Overall Dimensions
|
||||||
|
- Temple Length: 100 units (entrance to sanctuary)
|
||||||
|
- Temple Width: 40 units
|
||||||
|
- Temple Height: 25 units (to top of columns)
|
||||||
|
|
||||||
|
## Room Breakdown (Front to Back)
|
||||||
|
|
||||||
|
### 1. ENTRANCE - Avenue of Sphinxes
|
||||||
|
- **Length**: 15 units
|
||||||
|
- **Features**:
|
||||||
|
- 6 Ram-headed sphinxes (2 rows of 3)
|
||||||
|
- Each sphinx: 3 units long, 2 units wide, 2.5 units tall
|
||||||
|
- Central walkway: 4 units wide
|
||||||
|
- Anubis statue at entrance: 4 units tall
|
||||||
|
|
||||||
|
### 2. FIRST PYLON (Gate)
|
||||||
|
- **Length**: 5 units
|
||||||
|
- **Height**: 18 units
|
||||||
|
- **Width**: 40 units (full temple width)
|
||||||
|
- **Features**:
|
||||||
|
- Massive gateway
|
||||||
|
- Flag poles on top: 5 units tall
|
||||||
|
|
||||||
|
### 3. COURTYARD - Open Workspace
|
||||||
|
- **Length**: 25 units
|
||||||
|
- **Height**: 12 units (open to sky with clerestory)
|
||||||
|
- **Features**:
|
||||||
|
- 12 columns (3 rows of 4)
|
||||||
|
- Column diameter: 2 units
|
||||||
|
- Column height: 10 units
|
||||||
|
- Central space for standing desks
|
||||||
|
- 3 agent workstations
|
||||||
|
|
||||||
|
### 4. HYPOSTYLE HALL - Meeting Room
|
||||||
|
- **Length**: 30 units
|
||||||
|
- **Height**: 15 units (to ceiling)
|
||||||
|
- **Features**:
|
||||||
|
- 32 columns (4 rows of 8)
|
||||||
|
- Column diameter: 1.5 units
|
||||||
|
- Column height: 12 units
|
||||||
|
- Central obelisk: 6 units tall, 1 unit wide
|
||||||
|
- Conference table: 8 units long, 3 units wide
|
||||||
|
|
||||||
|
### 5. SECOND PYLON
|
||||||
|
- **Length**: 4 units
|
||||||
|
- **Height**: 16 units
|
||||||
|
- **Features**:
|
||||||
|
- Thoth's research area
|
||||||
|
- Wall shrine with Ibis carvings
|
||||||
|
|
||||||
|
### 6. THIRD PYLON
|
||||||
|
- **Length**: 4 units
|
||||||
|
- **Height**: 14 units
|
||||||
|
- **Features**:
|
||||||
|
- Maat's testing chamber
|
||||||
|
- Feather of Maat altar
|
||||||
|
|
||||||
|
### 7. HYPERSTYLE HALL 2
|
||||||
|
- **Length**: 15 units
|
||||||
|
- **Features**:
|
||||||
|
- 16 columns (2 rows of 8)
|
||||||
|
- Cleoparla's voice lab
|
||||||
|
|
||||||
|
### 8. HOLY OF HOLIES - Horus's Office
|
||||||
|
- **Length**: 12 units
|
||||||
|
- **Height**: 20 units
|
||||||
|
- **Features**:
|
||||||
|
- Golden falcon throne
|
||||||
|
- Holographic eye display
|
||||||
|
- 360° command center
|
||||||
|
|
||||||
|
## Column Styles
|
||||||
|
|
||||||
|
### Courtyard Columns (Open Workspace)
|
||||||
|
- Style: Papyrus bundle
|
||||||
|
- Capital: Open papyrus flower
|
||||||
|
- Color: Sandstone (#C2A366)
|
||||||
|
|
||||||
|
### Hypostyle Hall Columns (Meeting Room)
|
||||||
|
- Style: Bundle papyrus (tight)
|
||||||
|
- Capital: Closed papyrus bud
|
||||||
|
- Color: Darker sandstone (#A08050)
|
||||||
|
|
||||||
|
### Pylon Interior Columns
|
||||||
|
- Style: Lotus column
|
||||||
|
- Capital: Lotus flower
|
||||||
|
- Color: Painted limestone
|
||||||
|
|
||||||
|
## Materials
|
||||||
|
|
||||||
|
| Element | Material | Color |
|
||||||
|
|---------|----------|-------|
|
||||||
|
| Floor | Limestone | #D4C4A8 |
|
||||||
|
| Walls | Sandstone | #C2A366 |
|
||||||
|
| Columns | Sandstone | #B8996E |
|
||||||
|
| Gold trim | Gold leaf | #FFD700 |
|
||||||
|
| Accent | Lapis lazuli | #1E3A5F |
|
||||||
|
| Turquoise | Faience | #40E0D0 |
|
||||||
|
|
||||||
|
## Doorways
|
||||||
|
- Standard door: 3 units wide, 5 units tall
|
||||||
|
- Ankh doorway: 4 units wide, 6 units tall
|
||||||
|
- Pylon gate: 8 units wide, 15 units tall
|
||||||
|
|
||||||
|
## Windows
|
||||||
|
- Clerestory windows: 2 units wide, 3 units tall
|
||||||
|
- Located in courtyard ceiling
|
||||||
|
- 8 windows per side
|
||||||
|
|
||||||
|
## Stairs
|
||||||
|
- Entrance stairs: 10 units wide, 3 steps
|
||||||
|
- Each step: 0.5 units tall, 1 unit deep
|
||||||
|
|
||||||
|
## Decorative Elements
|
||||||
|
- Cornices: 0.5 units projection
|
||||||
|
- Friezes: 1 unit tall with hieroglyphics
|
||||||
|
- Uraeus border: 0.5 units tall
|
||||||
Reference in New Issue
Block a user