Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 994 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 994 Bytes

Website

3D Model Website

Welcome to my 3D Model Website where you can interact with a 3D model directly in your browser. This project uses Three.js to load and display 3D models with mouse controls for rotation, zoom, and panning.

Features

  • Displays a 3D model loaded from a GLB file.
  • Supports mouse interaction using OrbitControls:
    • Click and drag to rotate the model.
    • Scroll to zoom in and out.
    • Pan around the model.
  • Responsive design that adapts to different screen sizes.

Live Demo

Check out the live demo of the website hosted on GitHub Pages:
3D Model Website

Getting Started

Prerequisites

You need a basic understanding of HTML, JavaScript, and GitHub Pages. You can clone or fork this repository and modify it to load your own 3D models.

Installation

  1. Clone the repository to your local machine:
    git clone https://github.com/loco-coder/Website.git