| Commit message (Expand) | Author | Age | Files | Lines |
* | Multiple simple lights, and a new demo. | pathorn@chromium.org | 2010-09-29 | 1 | -0/+209 |
* | Replaces matrix math functions in o3d-webgl with a new library that uses 1-di... | petersont@google.com | 2010-09-13 | 7 | -65/+58 |
* | Determines which shading language o3djs should use once when the client is in... | petersont@google.com | 2010-08-29 | 1 | -5/+0 |
* | o3d-webgl: Shader support for skinning. | pathorn@chromium.org | 2010-08-18 | 1 | -1/+1 |
* | o3d-webgl: Adding preliminary files for 'bubble blaster' demo. | luchen@chromium.org | 2010-08-13 | 13 | -0/+1735 |
* | Review URL: http://codereview.chromium.org/3164012 | luchen@chromium.org | 2010-08-13 | 4 | -44/+111 |
* | Fix permissions to fix broken chromium tree. | erg@google.com | 2010-08-12 | 4 | -0/+0 |
* | WebGL bubble demo. Based off of: http://code.google.com/p/o3d/source/browse/t... | luchen@chromium.org | 2010-08-11 | 21 | -0/+2591 |
* | Changed primitive wireframe creation to be more correct, added to hellocube-w... | petersont@google.com | 2010-08-09 | 1 | -28/+138 |
* | Deleting trailing spaces, add ending newline where missing to make lint happy... | maf@chromium.org | 2010-08-06 | 1 | -4/+4 |
* | o3d-webgl: Adding support for triangle fan/strip in picking. | luchen@google.com | 2010-08-05 | 1 | -0/+384 |
* | o3d-webgl: Skin, SkinEval and VertexSource classes. | pathorn@chromium.org | 2010-07-30 | 2 | -2/+283 |
* | o3d-webgl: Adding particles demo to repository. | luchen@google.com | 2010-07-27 | 1 | -0/+596 |
* | o3d-webgl: Increasing the point size in shader to make points easier to see. | luchen@google.com | 2010-07-27 | 1 | -1/+3 |
* | o3d-webgl: Adjusting Sampler to throw an error if client attempts to use BORD... | luchen@google.com | 2010-07-27 | 2 | -7/+9 |
* | Adding WebGL version of the trends demo, including the original and new parti... | luchen@google.com | 2010-07-22 | 10 | -0/+1672 |
* | This adds four files ported from their C++ counterparts: animation.js, counte... | pathorn@chromium.org | 2010-07-16 | 1 | -0/+343 |
* | Implemented error texture support in client and ParamArray class. Fixed bug i... | luchen@google.com | 2010-07-14 | 2 | -0/+663 |
* | o3d-webgl: Adding oldschoolshadows sample. | luchen@google.com | 2010-07-13 | 1 | -0/+277 |
* | Box2d-3d demo ported to WebGL. Needed to strip some whitespace characters fro... | luchen@google.com | 2010-07-12 | 16 | -0/+6341 |
* | Adding checkers demo. | luchen@google.com | 2010-07-12 | 1 | -0/+873 |
* | Implemented picking, at last. The picking sample is already checked in, but ... | petersont@google.com | 2010-07-09 | 1 | -7/+44 |
* | Adding 2d and hud-2d demos to samples. Small addition to state.js to actually... | luchen@google.com | 2010-06-29 | 2 | -0/+1055 |
* | o3d-webgl: adding shader test demo. | luchen@google.com | 2010-06-29 | 2 | -0/+610 |
* | Adding instancing and render target demos. | luchen@google.com | 2010-06-17 | 7 | -0/+1777 |
* | o3d-webgl: Adding WebGL version of the pingpong game. | luchen@google.com | 2010-06-17 | 3 | -0/+846 |
* | o3d-webgl: adding billboard demo. | luchen@google.com | 2010-06-17 | 1 | -0/+257 |
* | o3d-webgl: adding generate-texture demo, with implementation of texture.set. | luchen@google.com | 2010-06-17 | 1 | -0/+259 |
* | o3d-webgl: vertex shader and vertex animation demos. | luchen@google.com | 2010-06-16 | 2 | -0/+537 |
* | Adding render-mode demo. Update to client.js to render only if render mode is... | luchen@google.com | 2010-06-15 | 1 | -0/+287 |
* | Adding handlers to zoom in/out on scrollwheel event. | luchen@google.com | 2010-06-09 | 2 | -4/+20 |
* | Adding wireframe light indicator to shadow map demo. | luchen@google.com | 2010-06-09 | 1 | -6/+5 |
* | Adding debugging demo to o3d-webgl collection. Includes minor bug fix in para... | luchen@google.com | 2010-06-08 | 1 | -0/+248 |
* | Adding support for pointlist, linelist, linestrip, trianglestrip and triangel... | luchen@google.com | 2010-06-08 | 1 | -0/+385 |
* | Converted four more demo files to o3d-webgl: juggler, sobel, julia and textur... | luchen@google.com | 2010-06-07 | 4 | -0/+1351 |
* | Adding WebGL-ized rotatemodel.html demo. | luchen@google.com | 2010-06-03 | 1 | -0/+250 |
* | Porting the Phong Shader demo to WebGL. | luchen@google.com | 2010-06-03 | 1 | -0/+345 |
* | Adding WebGL-ified version of the customcamera.html demo. | luchen@google.com | 2010-06-02 | 1 | -0/+456 |
* | Fixed a typo in pool code and made comments more google style | petersont@google.com | 2010-05-17 | 1 | -7/+7 |
* | Sorts drawlists by priority or by depth as indicated by the flag in the DrawP... | petersont@google.com | 2010-05-17 | 1 | -0/+203 |
* | Refactored event handling code gman added to simpleviewer.html into | kbr@google.com | 2010-04-30 | 1 | -96/+0 |
* | Merged in gman's fixes to make o3d-webgl samples work in Firefox. | kbr@google.com | 2010-04-30 | 1 | -2/+99 |
* | Incorporated gman's CSS changes for resizing and placing the | kbr@google.com | 2010-04-30 | 1 | -6/+29 |
* | Fixed problem with some parameters being optimized away by the GLSL | kbr@google.com | 2010-04-29 | 1 | -4/+12 |
* | Added culling sample. | petersont@google.com | 2010-04-29 | 1 | -0/+320 |
* | Added pool, fixed a bug in Bitmap (or to be precise, kbr fixed the bug). Fli... | petersont@google.com | 2010-04-29 | 1 | -0/+2133 |
* | Fixed samples to work with resizing code introduced yesterday. Now the | kbr@google.com | 2010-04-28 | 6 | -6/+6 |
* | Thanks to gman, fixed o3d.webgl.createClient and o3d-webgl Client to handle | kbr@google.com | 2010-04-28 | 1 | -0/+372 |
* | Added rules which generate WebGL-compatible assets to samples_gen.py. | kbr@google.com | 2010-04-27 | 1 | -0/+3 |
* | Changed the semantics of many fields throughout the o3d-webgl | kbr@google.com | 2010-04-22 | 1 | -1/+1 |