# Reference Collection Guide - Dubai Marina ## Overview Guide for collecting reference images and materials for Dubai Metaverse project. ## Target Areas ### 1. Cayan Tower (Hero Landmark) **Location:** Dubai Marina **Coordinates:** 25.0772° N, 55.1394° E **Required References:** - [ ] Exterior - Full building (all sides) - [ ] Architectural details (twisted structure) - [ ] Glass facade close-ups - [ ] Chrome/stainless steel elements - [ ] Base and entrance area - [ ] Night lighting (if available) - [ ] Context shots (surrounding area) **Sources:** - Google Street View - Google Earth 3D - Architectural photography sites - Real estate listings - Tourism websites ### 2. Dubai Marina District **Required References:** - [ ] Aerial/satellite views - [ ] Street-level views - [ ] Building facades - [ ] Road network - [ ] Marina water features - [ ] Parks and green spaces - [ ] Lighting (day/night) **Sources:** - Google Maps / Google Earth - OpenStreetMap - Tourism websites - Real estate websites - Architectural databases ### 3. Materials and Textures **Required References:** - [ ] Glass (various types: clear, tinted, reflective) - [ ] Concrete (modern, weathered) - [ ] Metal (chrome, stainless steel, aluminum) - [ ] Asphalt/roads - [ ] Water (marina, reflections) - [ ] Vegetation (palm trees, landscaping) **Sources:** - Texture libraries (Quixel Megascans) - Material reference sites - Photography - Substance Source ### 4. Lighting References **Required References:** - [ ] Day lighting (morning, noon, evening) - [ ] Night lighting (neon, street lights, building lights) - [ ] Sunset/sunrise - [ ] Weather conditions (clear, hazy, overcast) **Sources:** - Photography - Time-lapse videos - Weather data - Lighting reference databases ### 5. Vehicles **Required References:** - [ ] Dubai taxis (specific yellow/cream color) - [ ] Common car models in Dubai - [ ] SUVs - [ ] Vehicle details (wheels, lights, etc.) **Sources:** - Vehicle reference libraries - Photography - 3D model marketplaces ## Collection Methods ### Method 1: Google Street View / Earth **Tools:** - Google Earth Pro (desktop) - Google Maps (web) - Google Street View **Steps:** 1. Navigate to Dubai Marina 2. Use Street View for ground-level references 3. Use Earth 3D for aerial views 4. Screenshot key views 5. Organize by category ### Method 2: Photography Sites **Sources:** - Unsplash - Pexels - Flickr (with proper licensing) - Architectural photography sites **Search Terms:** - "Dubai Marina" - "Cayan Tower" - "Dubai architecture" - "Dubai buildings" ### Method 3: 3D Reference Libraries **Sources:** - Quixel Megascans (materials) - Sketchfab (3D models for reference) - TurboSquid (reference models) - CGTrader (reference models) ### Method 4: Satellite Imagery **Sources:** - Google Earth - Bing Maps - OpenStreetMap - Satellite imagery services ## Organization Structure ``` Reference/ ├── Images/ │ ├── Architecture/ │ │ ├── CayanTower/ │ │ │ ├── Exterior/ │ │ │ ├── Details/ │ │ │ └── Context/ │ │ ├── MarinaBuildings/ │ │ └── General/ │ ├── Lighting/ │ │ ├── Day/ │ │ ├── Night/ │ │ └── Weather/ │ ├── Materials/ │ │ ├── Glass/ │ │ ├── Concrete/ │ │ ├── Metal/ │ │ └── Other/ │ └── Vehicles/ ├── Maps/ │ ├── Satellite/ │ ├── Street/ │ └── Topographic/ └── Research/ ├── Notes/ └── Links/ ``` ## Reference Collection Checklist ### Cayan Tower - [ ] Full building exterior (4 sides) - [ ] Close-up architectural details - [ ] Glass facade details - [ ] Base/entrance area - [ ] Night lighting - [ ] Context (surrounding buildings) ### Dubai Marina - [ ] Aerial view (complete district) - [ ] Street-level views (multiple locations) - [ ] Building facades (variety) - [ ] Road network - [ ] Marina water features - [ ] Parks/green spaces ### Materials - [ ] Glass (5+ variations) - [ ] Concrete (3+ variations) - [ ] Metal (3+ variations) - [ ] Asphalt/roads - [ ] Water/reflections ### Lighting - [ ] Morning (8-10 AM) - [ ] Noon (12-2 PM) - [ ] Evening (4-6 PM) - [ ] Night (8-10 PM) - [ ] Sunset/sunrise ### Vehicles - [ ] Dubai taxi (multiple angles) - [ ] Common car models - [ ] SUVs - [ ] Vehicle details ## Tools and Resources ### Image Collection - **Google Earth Pro** - Aerial and 3D views - **Google Street View** - Ground-level references - **Unsplash/Pexels** - Free stock photos - **Flickr** - Community photos (check licensing) ### Material References - **Quixel Megascans** - High-quality materials - **Substance Source** - Material library - **Texture.com** - Texture references ### Organization - **Image viewers** - For organizing and reviewing - **Note-taking** - Document sources and notes - **File naming** - Consistent naming convention ## File Naming Convention **Format:** `Category_Subject_Description_Date.ext` **Examples:** - `Architecture_CayanTower_Exterior_Front_2024.jpg` - `Lighting_Marina_Night_Neon_2024.jpg` - `Material_Glass_Reflective_Closeup_2024.jpg` - `Vehicle_Taxi_Dubai_Side_2024.jpg` ## Next Steps 1. **Create directory structure** (already done) 2. **Start collecting references:** - Begin with Cayan Tower (highest priority) - Collect Dubai Marina district views - Gather material references 3. **Organize and catalog:** - Sort by category - Add notes and sources - Create reference index 4. **Review and validate:** - Ensure coverage of all key areas - Verify image quality - Check licensing ## Quick Start Commands ```bash # Create organized structure cd ~/projects/metaverseDubai/Reference mkdir -p Images/{Architecture/{CayanTower/{Exterior,Details,Context},MarinaBuildings},Lighting/{Day,Night,Weather},Materials/{Glass,Concrete,Metal},Vehicles} mkdir -p Maps/{Satellite,Street,Topographic} mkdir -p Research/{Notes,Links} # Create reference index cat > REFERENCE_docs/README.md << 'EOF' # Reference Index ## Cayan Tower - [ ] Exterior views - [ ] Details - [ ] Context ## Dubai Marina - [ ] District views - [ ] Buildings - [ ] Roads ## Materials - [ ] Glass - [ ] Concrete - [ ] Metal ## Lighting - [ ] Day - [ ] Night - [ ] Weather EOF ``` --- **Status:** Guide Created, Ready for Collection **Priority:** High (needed for asset production) **Estimated Time:** 2-4 hours for comprehensive collection