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