148 Commits

Author SHA1 Message Date
Ib Green
856f2f8e2d
Remove redraw flag handling (#1006) 2019-03-27 05:20:46 -07:00
Jian Huang
f540408bed
reduce default phong material specular color (#1008) 2019-03-26 12:49:53 -07:00
Tarek Sherif
8085f6eb37
Models don't create buffers (#1005) 2019-03-25 19:16:22 -07:00
Georgios Karnas
f1ebdf7471
Add CubeTexture LOD support (#987) 2019-03-25 00:35:39 -07:00
Ib Green
a9e3db1d7d
Doc and example fixes (#1004) 2019-03-24 11:48:43 -07:00
Tarek Sherif
e22e5415e1
Remove unused/unfinished classes (#1000) 2019-03-22 19:49:53 -04:00
Ib Green
b23928c167
Update imports to @luma.gl/core (#992) 2019-03-19 07:37:37 -07:00
Ib Green
dd15dc5906
Break out scenegraph module (with glTF code) (#982) 2019-03-18 20:47:56 -07:00
Ib Green
5ad7f8d904
Update Scenegraph docs (#988) 2019-03-15 17:58:43 -07:00
Ib Green
92f8d7128a
Remove Attribute refactor related deprecation warnings in luma.gl tests and examples (#975) 2019-03-14 14:55:05 -07:00
Georgios Karnas
c69f824513 Convert PBR to use Standard Light parameters, Part 2 (#943) 2019-03-14 14:24:03 -07:00
Tarek Sherif
249e7e2b83
Texture3D (#978) 2019-03-13 14:08:34 -04:00
Ib Green
9a91b0a2da
Feature cleanup (#963) 2019-03-12 07:05:38 -07:00
Ib Green
08a8e5c389
Add firstFrame() method to AnimationLoop (#930) 2019-03-11 16:19:42 -07:00
Ib Green
bb7bfb0f95
Doc reorg/partial cleanup for glTF/materials/lights (#952) 2019-03-11 16:06:35 -07:00
Georgios Karnas
c236705666
Add support for mat attribute types (#959) 2019-03-08 17:55:34 -08:00
Tarek Sherif
bc6a47cdb6
Query cleanup (#950) 2019-03-05 16:39:53 -05:00
Tarek Sherif
7e46277134
Capturing canvas contents (#937) 2019-03-01 12:55:55 -05:00
Tarek Sherif
4d64b8c482
Frame timers (#934) 2019-02-28 16:00:16 -05:00
Xiaoji Chen
5a7c4c0aab
Test-utils bug fixes (#925) 2019-02-25 12:40:36 -08:00
Xiaoji Chen
94aad96e90
[test-utils] Refactor TestRenderer (#922) 2019-02-21 12:47:18 -08:00
Xiaoji Chen
d11339d7c2
[test-utils] Support async onInitialized in TestRenderer (#919) 2019-02-20 09:03:57 -08:00
Xiaoji Chen
92bf71d542
Expose program readiness when using async textures (#918) 2019-02-19 16:11:35 -08:00
Xiaoji Chen
7cb5f990fc
Add test-utils submodule (1/2) (#910) 2019-02-16 11:44:25 -08:00
Xiaoji Chen
71c6b1f0dc
Add synchronous redraw API to AnimationLoop (#896) 2019-02-10 15:19:11 -08:00
Ib Green
281b6ccff7
New @luma.gl/webgl-state-tracker module (#888) 2019-02-06 16:39:37 -08:00
Georgios Karnas
cb10477324 Squash+Merge glTF feature branch (#877)
glTF docs (#809)
glTF instantiation and Scenegraph improvements (#810)
GLTF PBR example simplifications (#849)
GLTF scenegraph cleanup (#848)
Add GLTF example with GLTF-loader working (#857)
Add model selector in glTF example (#863)
Fix for #865 Buffer accessor does not work as expected (#872)
glTF: material and texture loading fixes (#866)
2019-02-04 19:19:31 -08:00
Ib Green
d9799de1d4
Async Textures (#876) 2019-02-01 16:17:45 -08:00
Ib Green
fc6da900d4
Remove deprecated loader functions (#882) 2019-02-01 12:30:48 -08:00
Ib Green
234db05a9a
Add support for Accessor.buffer (#869) 2019-01-30 18:38:17 -08:00
Ib Green
ea6f240f11
Deprecation Fixes and Cleanup (#868) 2019-01-29 15:52:00 -08:00
Jerome Cukier
5fb64ec316 editing table of contents to correct inconsistencies and add all orphan files 2019-01-23 11:55:49 -08:00
Fedor Baart
959b3a8526 Fix documentation for AnimationLoop.canvas prop #858 (#859) 2019-01-22 09:41:13 -08:00
Xiaoji Chen
c9a2131045
Fix parameter forwarding in loadTextures (#853) 2019-01-18 14:38:59 -08:00
Jian Huang
53e1ec020c
lighting docs (#841)
* lighting docs

* review feedbacks
2019-01-14 12:52:16 -08:00
1chandu
443ca471d3
Transform: rename buffer params (#843)
* Transform: rename buffer params
2019-01-08 17:11:14 -08:00
1chandu
6e022b3bc4
Update copy-blit funciton names, unify parameter naming in all methods. (#829)
* Update copy-blit function names, unify parameter naming in all methods.
2019-01-02 11:33:10 -08:00
1chandu
26eb52c742
Transform: Add offset/size support for feedback buffers. (#834)
* TransformFeedback and Transform: Add offset and size support
2019-01-01 16:18:39 -08:00
Ib Green
91c33f66f3
Update copy-and-blit.md
Per discussion with Ravi
2018-12-21 15:54:06 -08:00
1chandu
94213258af
Move Framebuffer copy utitlity methods into global scope (#816)
* Move Framebuffer copy utitlity methods into global scope
* Merge Texture.copyFramebuffer with copyFramebufferToTexture
* Add toFramebuffer util method
2018-12-20 10:50:09 -08:00
1chandu
7eeef05ae8
Transform Texture functionality enhancements (#802)
* Transform: texture API enhancements needed for Histopyramid
2018-12-10 16:27:38 -08:00
1chandu
47b3a3c518
Add support for copyTexSubImage2D, misc fixes (#801)
* Fixes for Framebuffer and Texture classes.
2018-12-10 15:15:53 -08:00
Xiaoji Chen
373031000d
API audit and documentation of AnimationLoopProxy class (#776) 2018-11-16 12:21:42 -08:00
Ravi Akkenapally
a0d309e83f Fix various documentation links 2018-10-09 16:34:59 -07:00
1chandu
d5c43cffd3 Add loader, Faq links to website-old (#700)
* Add loader, Faq links to website-old
* Doc fixes, points link to 6.1-release
2018-10-01 11:41:10 -07:00
1chandu
09b58b6614
Transform: Add whats new and some fixes. (#740) 2018-10-01 10:59:31 -07:00
1chandu
8106e7658d
Part- 2 Transform: Texture support: add source destination texture support (#729)
* Part- 2 Transform: Texture support: add source destination texture support
2018-09-24 17:59:52 -07:00
Ib Green
2592cbae62
ShaderModulePass (#712) 2018-09-06 12:12:17 -07:00
Ib Green
74e1a5c14a
Multipass docs (#689) 2018-08-28 17:32:32 -07:00
1chandu
1850b5c3e0
Add float textures support, update unit tests (#676)
* Add float textures support, update unit tests
2018-08-27 21:49:29 -07:00