Go to file
Thomas FORGIONE 56ddff1ebf Revert "Up / Down instead of Left / Right for U-turn"
This reverts commit 7f8767d6db.
2015-05-12 16:28:47 +02:00
controllers Added doc 2015-05-12 15:51:21 +02:00
lib Initial commit of nodejs 2015-05-05 11:56:35 +02:00
my_modules Initial commit of nodejs 2015-05-05 11:56:35 +02:00
static Revert "Up / Down instead of Left / Right for U-turn" 2015-05-12 16:28:47 +02:00
views Changed size of buttons 2015-05-12 13:18:25 +02:00
.gitignore Added package.json and gitignore 2015-05-05 12:02:41 +02:00
README.md Update README.md 2015-05-11 17:45:28 +02:00
package.json From EJS to Jade 2015-05-05 16:30:51 +02:00
server.js Changed size of buttons 2015-05-12 13:18:25 +02:00
urls.js Added reverse camera (arrow with camera at the end) 2015-05-11 08:45:13 +02:00

README.md

3D Interface

A prototype for a user-friendly 3D interface allowing to browse 3D scenes / models written with Node.js.

It is hosted by OpenShift at 3dinterface.no-ip.org.

To deploy

As usual with NodeJS, it's quite easy to deploy. Just clone this repo somewhere, and then, in the repo do

npm install
node server.js

You should be able to go to localhost:4000 and see the result.