107 Commits

Author SHA1 Message Date
Xiaoji Chen
bc6d72d975
remove excessive debug import (#867) 2019-01-29 08:59:53 -08:00
Ib Green
a54bddcb01
Gatsby-based website (#830) 2019-01-10 09:39:12 -08:00
1chandu
1232d1a79f
Fix website build (#826) 2018-12-20 10:34:40 -08:00
Ib Green
fb352cbcc6
Create separate module for WebGL constants (#819) 2018-12-19 11:00:23 -08:00
Tarek Sherif
6969758dec Dof example (#769)
* New Example: 'Depth of Field', add it to website.
2018-11-28 10:00:51 -08:00
Xiaoji Chen
aa0153e4e1 fix cubemap example in worker (#777) 2018-11-19 13:32:50 -08:00
1chandu
9df7824518
Fix: mouse position variable (#781) 2018-11-16 15:46:03 -08:00
Xiaoji Chen
0a4469de86
Make loadImage work in web workers (#768) 2018-11-13 10:20:27 -08:00
Xiaoji Chen
e4067ae803
Fix offscreen rendering for Chrome 70 (#767) 2018-11-12 23:35:14 -08:00
1chandu
ad12042b23
Bump examples/website to 6.2.0-beta (#751) 2018-10-09 12:47:10 -07:00
1chandu
9564e00e72
Add helpful string on canvas, for WebGL2 only demos (#744)
* Add helpful string on canvas, for WebGL2 only demos
2018-10-04 17:34:24 -07:00
Ib Green
795d91bd86
Small tuning of attribute creation (#677) 2018-08-22 19:40:10 -07:00
Ib Green
ecab560120
Misc Vertex Array fixes. (#656) 2018-08-18 16:33:22 -07:00
Ib Green
c0df6e54b0
VertexArray refactor (#618) 2018-08-16 14:14:42 -07:00
1chandu
a2195c8732
Rename export: _Transform to Transform (#624)
* Rename export: _Transform to Transform
2018-08-02 08:37:17 -07:00
Ib Green
16a0dd00d4
Babel plugin to inline GLSL constants (DIST SIZE) (#561) 2018-07-28 14:15:39 -07:00
1chandu
3b3ed48e61
Update luma.gl version to >=6.0.0-rc in examples (#614)
* Update luma.gl version to `^6.0.0`
2018-07-18 12:31:46 -07:00
1chandu
b2741f8884
Fix example (#593) 2018-07-03 11:59:44 -07:00
1chandu
a788b850e5
Transform updates (#585)
* Deduce varyings when not provided
* Add utility method to get version from shader string, use it in Transform.
2018-06-28 13:58:25 -07:00
Ib Green
e9145ba28a
unbindModels param in Model.transform and Transform.run (#581) 2018-06-27 08:50:06 -07:00
Ib Green
5a0955eca6
VertexArray.unbindBuffers(). Constant attribute logging, (#579) 2018-06-26 19:05:22 -07:00
Ib Green
5a963e22c2
Fix ocular website (#580) 2018-06-26 17:36:58 -07:00
Xiaoji Chen
1d3daf1355
various bug minor fixes (#578) 2018-06-26 15:22:00 -07:00
Ib Green
d4db7a48e3
Uniform animation (experimental) (#575) 2018-06-26 07:46:00 -07:00
Ib Green
f643d2ad74
Model, AnimationLoop - Code reorganization (#574) 2018-06-25 07:28:42 -07:00
Ib Green
e06fa3969d
VertexArray #3: Move attribute handling to VertexArray (#557) 2018-06-23 18:44:11 -07:00
Ib Green
189b0e4e6c
Minor code/example cleanup for 6.0 (#571) 2018-06-22 09:05:09 -07:00
Ib Green
5192aa0ce3
Additional Transform and TransformFeedback cleanup (#569) 2018-06-21 16:59:41 -07:00
Ib Green
be204c9c38
VertexArray #2: Add Accessor and ProgramConfiguration helper classes (#560) 2018-06-20 07:18:02 -07:00
Ib Green
def6de80bc
Ocular based website: initial directory (#564) 2018-06-20 07:16:34 -07:00
Ib Green
5bb309e2c5
Adopt new underscore convention for experimental exports (#563) 2018-06-18 15:20:35 -07:00
Ib Green
21ef58f717
Update code to import GL from luma.gl/constants (#556) 2018-06-18 12:58:10 -07:00
1chandu
4a5c2bb914
Update Picking Module to use GLSL 300 syntax (#549)
* Update picking module to use GLSL 300 syntax
* Enable picking for Transform demo
2018-06-07 13:32:59 -07:00
Ib Green
0eb7dbd806
Remove GL_ES define (#526) 2018-05-29 10:27:24 -07:00
Xiaoji Chen
53ecbebe14
Add off screen rendering example (PR 2/2) (#454) 2018-04-26 18:17:05 -07:00
Ib Green
4f814b907b
Example polish (#508) 2018-04-23 12:55:43 -07:00
Ib Green
78dfcceb89
Fix website examples (#502) 2018-04-19 12:19:52 -07:00
Ib Green
a0030a1cb0
Update examples to webpack 4 (#501) 2018-04-18 18:00:03 -07:00
1chandu
ab97b56925
PickingModule: picking_filterColor method (#464)
PickingModule: Add picking_filterColor method
2018-04-02 10:02:50 -07:00
Ib Green
060778c080
Update examples to webpack 4 (#480) 2018-04-01 17:48:37 -07:00
1chandu
dfbcc62566
Update TF demo to use new Transform class (#433) 2018-03-02 14:45:57 -08:00
1chandu
3d4d7f2a54
5.1 Audit comments (#399)
* 5.1 Audit comments
2018-02-08 02:09:29 -08:00
1chandu
d29dbe8ee8
Vertex array api (#391)
* Make Geometry parameter optional.
* Fix attribute binding warnings.
2018-01-22 13:35:59 -08:00
1chandu
b10a7d0b62
TransformFeedback: Add varyingMap support + new TF instancing example. (#385)
* TF: Fix vayringMap and add TF+Instancing example.
* update whatsnew doc.
2018-01-18 16:03:11 -08:00
Ravi Akkenapally
537e047f2f v5.0.0 2017-12-21 21:05:38 -08:00
1chandu
be430a33a7
Remove deprecated api usage (#367)
* Remove deprecated api usage.
* Fix inline attribute processing.
2017-12-06 11:35:01 -08:00
1chandu
6b274dd95e
Picking null color (#365)
* PICKING_NULL_COLOR -> null
* Rename long uniform names
2017-11-30 11:51:51 -08:00
1chandu
d1badc8104
4.1 API Audit (picking module, useDevicePixels) (#355)
* Remove 'pickingSelectedColorValid' module setting
* Rename 'useDevicePixelRatio' to 'useDevicePixels'
2017-11-20 15:03:30 -08:00
Ib Green
8ae5d7d9f0
Remove context in logging. Fix formatting in shader errors (#348) 2017-11-06 11:02:43 -08:00
1chandu
972aca8947 Picking module from deck.gl (#338)
* picking module: Copy enhanced module from deck.gl, update docs.
2017-10-10 18:02:41 -07:00