UNPKG

mlightcad

Version:

A highly customizable standalone view cube addon for three.js

30 lines (27 loc) 438 B
<!DOCTYPE html> <html> <head> <title>View Cube Demo</title> <meta charset="UTF-8" /> <style> body { background: black; margin: 0; overflow: hidden; width: 100%; height: 100%; } #gui { position: absolute; top: 2px; left: 2px } </style> </head> <body> <div id="app"> <div id="gui"></div> </div> <script type="module" src="./src/index.ts"></script> </body> </html>