Skip to content

DanieloM83/THREE.js-Interactive-Isometric

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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