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.
- Render and display 3D models in a web environment
- Explore AR/VR concepts using lightweight web technologies
- Provide an interactive visualization of 3D assets
- HTML, CSS, JavaScript
- WebGL / Three.js (or similar rendering engine)
- GLB 3D model format
arvr/
β
βββ index.html # Main application file
βββ Stag.glb # 3D model file
βββ README.md
- Open
index.htmlin a browser - The 3D model will load automatically
- Interact with the model using mouse or touch
- Lightweight 3D rendering
- Interactive model visualization
- Browser-based AR/VR simulation
- Add real AR support using WebXR
- Include multiple 3D models
- Add animations and controls
- Deploy full VR experience
Prem N Gowda