Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 392 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 392 Bytes

Code for the tutorial is located in opengl_tutorial/.

three-server/ contains a JavaScript gRPC server which serves geometries and materials from eulertour/three.js.

In order to run the server first install npm, then run:

cd three-server
git clone https://github.com/eulertour/three.js
npm install
node index.js