https://github.com/danielearwicker/flyingdemo
First go with three.js - flying a space ship over a cityscape (nothing like an aeroplane - no gravity, lift, drag, just thrusters affecting linear and angular momentum)
https://github.com/danielearwicker/flyingdemo
Last synced: 27 days ago
JSON representation
First go with three.js - flying a space ship over a cityscape (nothing like an aeroplane - no gravity, lift, drag, just thrusters affecting linear and angular momentum)
- Host: GitHub
- URL: https://github.com/danielearwicker/flyingdemo
- Owner: danielearwicker
- License: mit
- Created: 2014-10-18T23:54:43.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-11-02T21:17:21.000Z (over 11 years ago)
- Last Synced: 2025-03-20T21:46:47.139Z (about 1 year ago)
- Language: TypeScript
- Size: 285 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
flyingdemo
==========
First go with three.js - flying a space ship over a cityscape (nothing like an aeroplane - no gravity, lift, drag, just thrusters affecting linear and
angular momentum)
Using TypeScript, three.d.ts needed some fixes.