veroreinah / threejs-demo

Demo using Three.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

threejs-demo

This project has been developed following the panorama / equirectangular example in three.js website.

You can see a working demo in the following link:

🖥 three.js demo

Requisites

  • Install project dependencies:
npm install
  • You need a development node server, for example, lite-server

Running the project

If you install lite-server globally, you have to run lite-server in the project folder.

Changes

After any change in the index.js file, you have to run the following command in order to compile the JavaScript.

npx webpack --mode=development

About

Demo using Three.js


Languages

Language:JavaScript 93.3%Language:HTML 6.7%