Skip to content

Latest commit

 

History

History
66 lines (42 loc) · 1.32 KB

File metadata and controls

66 lines (42 loc) · 1.32 KB

🕶️ Web-Based AR/VR 3D Model Viewer

📌 Project Overview

This project demonstrates a simple web-based Augmented Reality / Virtual Reality (AR/VR) experience using a 3D model. It allows users to interact with and visualize a 3D object directly in the browser.

The application uses modern web technologies to render .glb 3D models and provide an immersive visualization experience.


🎯 Objectives

  • Render and display 3D models in a web environment
  • Explore AR/VR concepts using lightweight web technologies
  • Provide an interactive visualization of 3D assets

🛠️ Technologies Used

  • HTML, CSS, JavaScript
  • WebGL / Three.js (or similar rendering engine)
  • GLB 3D model format

📂 Project Structure

arvr/
│
├── index.html        # Main application file
├── Stag.glb          # 3D model file
└── README.md

🚀 How to Run

  1. Open index.html in a browser
  2. The 3D model will load automatically
  3. Interact with the model using mouse or touch

🌟 Features

  • Lightweight 3D rendering
  • Interactive model visualization
  • Browser-based AR/VR simulation

📈 Future Improvements

  • Add real AR support using WebXR
  • Include multiple 3D models
  • Add animations and controls
  • Deploy full VR experience

👤 Author

Prem N Gowda