202 Commits

Author SHA1 Message Date
Ib Green
269e690c5c
chore(typescript): settings and markdown formatting (#1435) 2021-01-14 13:34:04 -08:00
Xiaoji Chen
4d6926fd51
Texture supports continuous update from HTMLVideoElement (#1418) 2020-11-30 10:37:28 -08:00
Xiaoji Chen
9f0e708962
upgrade website (#1391) 2020-06-29 08:06:17 -07:00
Xiaoji Chen
f188c8354b
Add onError prop to AnimationLoop (#1377) 2020-04-17 10:34:21 -07:00
klyap
69316d9793
Fix broken link (#1346) 2020-01-31 02:43:04 -05:00
Tarek Sherif
5d7736f333
Fix transpilation (#1344) 2020-01-28 16:47:05 -05:00
Tarek Sherif
5a7e440d10
Full shader transpilation (#1342) 2020-01-27 15:07:26 -05:00
Tarek Sherif
ca1e74a0e3
Fix doc links (#1322) 2019-12-17 13:56:44 -05:00
Tarek Sherif
5a82e115b9
Transform feedback tutorial and example (#1315) 2019-12-11 11:20:21 -08:00
Tarek Sherif
f4e15f133f
Shader module tutorial and example (#1308) 2019-12-06 19:12:38 -05:00
Tarek Sherif
ae31af8efe
Update docs (#1305) 2019-12-03 14:19:52 -05:00
Tarek Sherif
7073951d83
Rename addons to experimental (#1302) 2019-11-27 19:50:02 -05:00
Tarek Sherif
f622105e30
Move context creation/query functions to gltools (#1299) 2019-11-27 13:13:43 -05:00
Tarek Sherif
5ac7fb0ef5
Shadertools cleanup (#1296) 2019-11-22 19:46:53 -05:00
Tarek Sherif
40701477e1
Simplify and optimize state tracking (#1293) 2019-11-19 17:29:18 -05:00
Tarek Sherif
878ea378fc
Update docs and examples (#1291) 2019-11-08 14:52:00 -05:00
Tarek Sherif
6f9f74afe2
Module refactor (#1288) 2019-11-01 08:01:30 -04:00
Tarek Sherif
9baad74bf3
Optimizations (#1283) 2019-10-17 17:45:26 -04:00
Tarek Sherif
90c6706218
Remove docs for removed classes (#1280) 2019-10-15 13:04:50 -04:00
Xiaoji Chen
a2788670c0
Add attribute picking to the picking module (#1268) 2019-10-01 15:09:03 -07:00
1chandu
66acb14c80
Tranform Refactor: fix regressions (#1234) 2019-09-12 11:27:33 -07:00
1chandu
305fa30416
Add support for specifying custom device pixel ratio. (#1155)
* Add support for custom device pixel ratio
* Move window access to single place, `getDevicePixelRatio`
* Handle getting `drawingBufferWidth/height` down, properly so aspect ratio is maintained.
* Add utility methods for CSS to Device conversion
* Add docs and unit tests.
* Add developer guide for understanding CSS to Device conversion.
2019-09-11 17:18:23 -07:00
1chandu
210151b4c5
Transform refactor (#1221)
* Transform refactor: move code into BufferTransform and TextureTransform
2019-09-09 16:47:04 -07:00
Tarek Sherif
3cde7e9afc
Remove program diffing from program manager (#1225) 2019-08-29 12:19:17 -04:00
Tarek Sherif
97a8b47ada
Program manager fixes (#1222) 2019-08-28 17:34:46 -04:00
Tarek Sherif
bf6728acb8
Implement program manager (#1199) 2019-08-27 18:30:06 -04:00
1chandu
f32d106b78
Add EXT_float_blend to feature table (#1210) 2019-08-23 11:21:42 -07:00
Tarek Sherif
ff374e8892
Add Timeline.isFinished method (#1200) 2019-08-16 15:53:19 -04:00
1chandu
20bf2c50bc
Transform : Texture API Changes (custom FS and fix clear) (#1182)
* Transform : Texture API Changes (custom FS and fix clear)
2019-07-25 17:16:13 -07:00
Xiaoji Chen
abf9ac95e1
Debug module tests & bug fixes (#1169) 2019-07-19 11:06:31 -07:00
Tarek Sherif
88de7d7106
Fxaa (#1164) 2019-07-18 16:57:27 -04:00
Taylor Baldwin
9a4606cf15
fix texture2D type/dataFormat inference (#1159) 2019-07-11 15:35:45 -04:00
Taylor Baldwin
0460131a9b
misc fixes to Framebuffer docs (#1160) 2019-07-11 15:34:57 -04:00
Xintong Xia
53026ec42d
Fix mipmap generation (#1148) 2019-06-24 10:09:13 -07:00
Tarek Sherif
4a75af43c8 Fix docs 2019-06-05 14:14:50 -04:00
Jian Huang
f2e07a23ac fix website issues (#1140) 2019-06-04 13:39:23 -04:00
Tarek Sherif
44b072dc88
Update dependencies, doc links for 7.1 (#1137) 2019-06-03 14:50:54 -04:00
Tarek Sherif
58b9881204
Documentation for v7.1 (#1132) 2019-05-31 16:46:05 -04:00
Tarek Sherif
c9f7eda26a
Consolidate injection APIs (#1130) 2019-05-31 13:58:49 -04:00
Jian Huang
283ce0331c
glfx API audit and documentation (#1128) 2019-05-30 15:57:14 -07:00
Georgios Karnas
5be0f00651
Fix gltf-animator in example, fix timeline doc, add option to disable tangents (#1126) 2019-05-28 19:03:34 -07:00
Tarek Sherif
6cedfa3511
Implementation of shader module code injection (#1110) 2019-05-22 15:07:33 -04:00
Tarek Sherif
ab6ab0fb9c
Keyframes implementation (#1113) 2019-05-21 10:05:56 -04:00
Tarek Sherif
a132f3cb9c
Implementation of Timeline RFC (#1093) 2019-05-09 12:58:25 -07:00
Tarek Sherif
6edf35abef
Animation timeline manager (#1084) 2019-04-26 19:47:38 -04:00
1chandu
17b9446df6
Website: fix links, remove references to Sampler and Texture2DArray (#1079) 2019-04-19 09:33:42 -07:00
Ravi Akkenapally
ffb004f5e8 Revert "Website: Fix broken links"
This reverts commit 1b1dc7d0342980f6165e5ed1dd29ab1d83754029.
2019-04-18 16:22:14 -07:00
Ravi Akkenapally
1b1dc7d034 Website: Fix broken links 2019-04-18 16:15:43 -07:00
Ib Green
3c3365f8b2
Remove attribute (#1019) 2019-04-08 07:26:16 -07:00
Georgios Karnas
66e6a88521
Add managedResources to ModelNode (#1022) 2019-04-02 15:23:05 -07:00