git clone git@github.com:YOUR-USERNAME/YOUR-FORKED-REPO.git
cd into/cloned/fork-repo
git remote add upstream git://github.com/ORIGINAL-DEV-USERNAME/REPO-YOU-FORKED-FROM.git
git fetch upstream
| <script src="https://unpkg.com/three@0.94.0/build/three.min.js"></script> | |
| <script src="https://unpkg.com/three@0.94.0/examples/js/controls/OrbitControls.js"></script> | |
| <script src="https://unpkg.com/three@0.94.0/examples/js/controls/TransformControls.js"></script> | |
| <script src="https://unpkg.com/dat.gui@0.7.2/build/dat.gui.js"></script> | |
| <canvas id="tex" width="512" height="512"></canvas> | |
| <span id="info"> | |
| When "B" is under shadow, it is the same color as "A". | |
| Drag the purple square over the tiles to compare colors. | |
| </span> | |
| <div id="container"></div> |