David Komer

Results 69 issues of David Komer

- [ ] awsm_web - [ ] awsm_renderer - [ ] all issues - [ ] update readme

for code sample to do quaternion rotation, scroll down here: http://www.euclideanspace.com/maths/algebra/vectors/angleBetween/index.htm

awsm_renderer
demo

enhancement
awsm_renderer

inside of renderer.render() ... use workload and systems instead of directly calling functions that call world.run

infrastructure
awsm_renderer

awsm_web
infrastructure
awsm_renderer

enhancement
awsm_renderer
demo

See: https://github.com/rustwasm/wasm-bindgen/issues/1615#issuecomment-521072703

enhancement
awsm_web

If a Matrix is created via `fromRotationTranslationScaleOrigin()`, is it possible to recover the origin, or more specifically, each of: * Rotation * Translation * Scale * Origin ?