git clone [email protected]: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
git clone [email protected]: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/[email protected]/build/three.min.js"></script> | |
| <script src="https://unpkg.com/[email protected]/examples/js/controls/OrbitControls.js"></script> | |
| <script src="https://unpkg.com/[email protected]/examples/js/controls/TransformControls.js"></script> | |
| <script src="https://unpkg.com/[email protected]/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> |