This project showcases a 3D architectural plan for a 3BHK (3 Bedroom, Hall, Kitchen) house using interactive web technologies.
- Interactive 3D model viewer with Three.js
- Detailed floor plan exploration
- Room-specific information and specifications
- Photo gallery of interior/exterior views
- Responsive design for desktop and mobile devices
index.html- Main HTML structure/css/styles.css- Styling for the website/js/main.js- UI interactions and general functionality/js/three-setup.js- Three.js setup for 3D rendering/assets/- Will contain 3D models, textures, and images (to be added)
- Clone the repository
- Open index.html in a web browser
- For local development, use a local server to avoid CORS issues with texture loading
- Three.js - For 3D rendering
- OrbitControls - For camera control in the 3D viewer
- Add detailed 3D models for the house
- Implement room highlighting on floor plan interaction
- Add detailed specifications for each room
- Integrate actual photography in the gallery section
- Add virtual tour functionality
Created by [Your Name]