Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.11 KB

README.md

File metadata and controls

33 lines (22 loc) · 1.11 KB

THREE.js Interactive Isometric

A small interactive 3D isometric website built using the JavaScript Three.js framework.

VideoPreview.mp4

Set up

This project can be used as a demonstration of some features of the Three.js framework. The topics covered in the project:

  • Import and positioning of 3D models;
  • Work with light (point Light, spotLight);
  • Working with emission mesh materials;
  • Simple scene animation;
  • Scene control using HTML tags (Interactive).

To install, download Node.js and run the following commands in a terminal:

npm install --save three

npm install --save-dev vite

npx vite    

If everything went well, you'll see a URL like http://localhost:5173 appear in your terminal, and can open that URL to see your web application.


My Work