I am the interactive display program for the Aeropointer project.
run
npm install
then double click index.html
to run.
.
├── README.md
├── asset
│ ├── Round.svg
│ └── logo.svg
├── bluetoothTEST.html
├── index.html
├── js
│ ├── STRUCTURE.md
│ ├── animate.js
│ ├── createAxes.js
│ ├── createLight.js
│ ├── createRay.js
│ ├── createSphere.js
│ └── main.js
├── node_modules
│ └── three
├── package-lock.json
├── package.json
└── style.css