14 Commits

Author SHA1 Message Date
badlogic
8ec6a9ef3b [ts] Updated demo assets to latest format. 2019-06-05 11:59:31 +02:00
badlogic
03057c6073 [ts] Renamed MixDirection.in/out to mixIn/mixOut as it was crashing a JS compressor. Fixed log output. Added mobile support for additive animation blending. Input does not require a fully defined Listener interface anymore. 2019-04-24 15:05:07 +02:00
badlogic
0e8e0646e4 [ts][webgl] Fixed spritesheet demo, was using old animation API. 2019-04-23 16:13:49 +02:00
badlogic
4fe53ac856 [webgl] Refactored WebGL demos. They reuse a preallocated set of canvases to limit the number of WebGL contexts required. At most 3 canvases can be visible at a time, so we preallocate 3 canvases, then dynamically attach them to placeholder divs based on their visibility. I'm a juggalo. 2017-09-14 15:47:51 +02:00
badlogic
ff1a81bab3 [webgl] Refactored demos to use preallocated canvas & context 2017-09-14 12:15:23 +02:00
NathanSweet
43e1c6b708 Fixed raptor demo desync with frame-by-frame after playing animation. 2017-09-13 00:39:24 +02:00
NathanSweet
d12251ae19 Fixed raptor demo dust. 2017-09-13 00:33:41 +02:00
badlogic
5af8185261 [ts][webgl][widget] Fixed SceneRenderer, immediate mode rendering methods didn't take into account two color tint shader 2017-04-07 15:50:22 +02:00
badlogic
6808b9f44a [ts] Fixed up demos 2017-03-31 12:27:41 +02:00
badlogic
42bb22d3c0 [ts] Fixes to demos, rotation special cases are a bit wonky still :D 2016-10-24 17:04:03 +02:00
NathanSweet
6cdcdbdb40 Renamed TextureAtlasAttachmentLoader to AtlasAttachmentLoader, matching the other runtimes. 2016-10-15 10:27:38 +02:00
NathanSweet
6e09ef7320 [ts] Updated loading screen. 2016-09-13 12:01:23 +02:00
NathanSweet
1dd775f5d6 Changed default colors. 2016-09-06 21:13:09 +02:00
NathanSweet
4a2ba83aa4 [ts] Demo refactoring. 2016-09-06 12:46:25 +02:00