Commit Graph
12 Commits
Author SHA1 Message Date
alteredq 942a6c89c9 Updated Clock to be more compatible with Timer (now uses seconds and getDelta API).
Lots of code got cleaner with seconds, seems we used them before all around.

Also changed examples that didn't need deltas to simple Date.now() plus some more examples cleaning, trying to get rid of obsolescence warnings.
2011-10-15 00:57:50 +02:00
alteredq f74782b61f Refactored RollControls, FlyControls and PathControls to use externally supplied time delta. 2011-10-14 05:44:12 +02:00
alteredq 1f7bc4e31d Made PathControls work.
Aargh, I feel dirty now.
2011-10-05 00:38:43 +02:00
Mr.doob 309c484321 Updated some examples to the new camera setup.
Got stuck on the PathCamera/PathControls one. Maybe it's time to rewrite this...
2011-10-04 05:24:56 +02:00
Mr.doob 36ae04418c Fixed yet some more examples.
Removed QuakeCamera.
2011-10-01 23:38:26 +02:00
alteredq db78ffe003 Some more Math.PI instead of magic numbers. 2011-09-25 20:19:08 +02:00
Mr.doob 19d8261174 More examples clean up. 2011-09-20 18:31:13 -07:00
Mr.doob 71c2df1649 Updated HTML of some examples. 2011-09-20 15:59:12 -07:00
Mr.doob a940f05427 Updated examples with the new .add/.remove methods. 2011-09-05 23:16:56 +02:00
Mr.doob bfdb10a85a Updated all examples so they use the renamed geometry classes. 2011-06-13 18:33:53 +02:00
alteredq f104182458 Added handling of texture repeat and offset to WebGLRenderer. 2011-05-31 00:51:14 +02:00
alteredq dc0880ee12 Updated PathCamera to use easing for look (thanks to mrdoob).
Also added silly path camera example.
2011-05-11 00:35:36 +02:00