💻 DEMO HERE
This repo uses threejs to create a visual experience.
The repository contains all the source files to run the Venus de Milo threejs experiement.
git clone https://github.com/carlosangon/threejs-venus-experimentAlternatively, clone or download the entire repository and play with it.
git clone https://github.com/carlosangon/threejs-venus-experiment
cd threejs-venus-experimentThis repo contains a script.js file with all of the logic to render the model and scene. A copy of OBJLoader.js to make use of JSON model. A copy of OrbitControls.js to allow manipulation of the camera and Detector.
The steps to use or view this project are:
- Install the dependencies
budoto run application - Run the project to experience some cool stuff
Run these steps using the following commands:
npm install
npm start- C
