BBMG EXPORTER is a fully interactive 3D web-based visualization project that showcases a custom-built mech vehicle designed using Three.js. It simulates a futuristic war machine equipped with high-tech parts, advanced tires, boosters, and weapons — all viewable in a smooth 3D interface.
🔗 Live Demo: https://nsstudio-html.github.io/BBMG-EXPORTER/
- 🔄 Real-time 3D interaction (rotate, zoom)
- ⚙️ Detailed sci-fi/mech vehicle components
- 🎮 Game-ready design and layout
- 📱 Mobile and desktop friendly
- 🚀 WebGL powered using Three.js
(Replace with the actual image path if your repo uses a different name.)
- HTML5
- CSS3
- JavaScript
- Three.js (WebGL 3D rendering)
BBMG-EXPORTER/ ├── index.html # Main HTML file ├── style.css # Styling for layout/background ├── script.js # 3D logic using Three.js ├── assets/ │ ├── model.glb # 3D model (GLB/GLTF format) │ └── preview.jpg # Image preview used in README
Just open the Live Demo in any browser.
- Clone the repo:
git clone https://github.com/NSSTUDIO-html/BBMG-EXPORTER.git cd BBMG-EXPORTER - Open index.html in any modern browser (Chrome, Firefox, Edge).
🔧 Controls
🖱️ Mouse Drag / Touch Move – Rotate the model
🔍 Scroll / Pinch – Zoom in/out
💡 Use Cases
Game asset previews
Portfolio 3D model viewer
AR/VR concept showcase
Interactive storytelling interface
👤 Author
Naga Sasank (NSSTUDIO-html) 🔗 GitHub Profile
📜 License
This project is licensed under the MIT License. You are free to use, modify, and share it for personal and commercial purposes.
📝 Notes
To replace the model, upload your .glb or .gltf file to the assets/ folder and update script.js accordingly.
For better performance, compress models using tools like gltf-transform.
