Changelog
General
- Add Sphere example
- Add Camera directory with:
Quaternion.js
- Math library for quaternionic mathQuatTransitionable.js
- Extension ofTransitionable
toQuaternions
with slerpingCamera
- Generic camera classTrackballCamera
- Trackball camera for rotating and scaling objects in 3D using mouse and touch gestures
DOM
- Fix
roundToPixel
isSurface
andContext
cfb7952 - Call
event.stopPropagation
on DOM events dffba67 - Suppress "ghost" mouse DOM events that fire with touch events 4f7d358
Core
- Fix bugs in
Transform.interpet
0341a41, 34ab1a6 Transitionable
now acts as a shell for interpolation engines 01f6374- Fix
true
-sizing bug 16f3b18
Inputs