@extends('portal.layout') @section('title', '3D Building Envelope — ' . ($report->address ?? 'Report #'.$report->id)) @section('head') @endsection @section('content')
@include('portal.partials.report-sidebar')
{{-- 3D Canvas --}}
{{-- Loading --}}
{{-- Error display --}} {{-- Controls --}}
{{-- Camera presets --}} {{-- Floor tooltip (for click-select) --}}
Area
Usable
Dimensions
Height
Step-back
{{-- Info --}} {{-- Shadow slider --}}
{{-- Explode slider --}}
{{-- Minimap --}} {{-- Measurement result --}}
{{-- Heatmap legend --}}
Floor Area Utilization
LowHigh
{{-- Keyboard shortcuts overlay --}}

Keyboard Shortcuts

13D Perspective
2Top View
3Front View
4Side View
SToggle Setbacks
LToggle Labels
WToggle Wireframe
HToggle Shadows
EToggle Explode
MToggle Measure
RAuto Rotate
TToggle Heatmap
PScreenshot
0Reset Camera
EscDeselect / Close
?Show/Hide Shortcuts
{{-- Sidebar --}}
{{-- Header --}}

3D Building Envelope

{{ $report->address ?? 'Plot #'.$report->id }} · {{ $report->zone?->name ?? '' }}
{{-- Sidebar Tabs --}} {{-- TAB: Details --}}
{{-- Plot Parameters --}}
Plot & Zoning
Plot Area-
Plot Size-
Max FAR-
Max Height-
Coverage-
{{-- Building Summary --}}
Building Envelope
Footprint-
Total Height-
Total Built-up-
Floors-
Setbacks (F/S/R)-
{{-- Floor Breakdown --}} {{-- View Corridors --}}
{{-- TAB: Analysis --}}
{{-- Optimization Ring --}} {{-- Insights --}}
{{-- TAB: AI Insights --}}
Generating AI architectural analysis...
{{-- .report-content --}}
{{-- .report-layout --}} @endsection @section('scripts') @endsection