| Commit message (Expand) | Author | Age | Files | Lines |
* | Moving o3d up a level, to get it out of chrome checkouts. | bradnelson@google.com | 2011-03-28 | 47 | -15757/+0 |
* | o3djs: Recommit effect.js for skinning shader. | pathorn@chromium.org | 2010-09-15 | 1 | -0/+3 |
* | Replaces matrix math functions in o3d-webgl with a new library that uses 1-di... | petersont@google.com | 2010-09-13 | 9 | -650/+921 |
* | o3d-webgl: Assume 4 in case Float32Array is missing BYTES_PER_ELEMENT. | pathorn@chromium.org | 2010-09-03 | 1 | -1/+2 |
* | This is a change that Daniel Horn did as part of this: | petersont@google.com | 2010-08-29 | 1 | -34/+25 |
* | Added createDrawElements to Transform class. One more function in the API. | petersont@google.com | 2010-08-29 | 1 | -2/+10 |
* | Added capability for an error (default) cube map texture, so if a cube sample... | petersont@google.com | 2010-08-29 | 6 | -118/+307 |
* | Added getter for field params on param object. (Just one more function in th... | petersont@google.com | 2010-08-29 | 1 | -0/+11 |
* | Fix a few minor issues. | gman@chromium.org | 2010-08-27 | 1 | -5/+10 |
* | Change the URL for when there is no WebGL | gman@chromium.org | 2010-08-26 | 2 | -6/+21 |
* | o3d-webgl: Shader support for skinning. | pathorn@chromium.org | 2010-08-18 | 7 | -35/+382 |
* | Converted o3d to use new types for floating point and integer arrays: Float32... | petersont@google.com | 2010-08-17 | 3 | -12/+9 |
* | Adding implementations to two methods in texture.js and fixing a small typo/bug. | luchen@chromium.org | 2010-08-12 | 1 | -32/+96 |
* | Fixes edge case where two components of the world ray are both 0. | luchen@chromium.org | 2010-08-09 | 1 | -1/+1 |
* | Changed primitive wireframe creation to be more correct, added to hellocube-w... | petersont@google.com | 2010-08-09 | 1 | -22/+36 |
* | o3d-webgl: Fix Matrix4AxisRotation by copying the last row. | pathorn@chromium.org | 2010-08-08 | 1 | -0/+2 |
* | Deleting trailing spaces, add ending newline where missing to make lint happy... | maf@chromium.org | 2010-08-06 | 9 | -14/+14 |
* | o3d-webgl: Adding support for triangle fan/strip in picking. | luchen@google.com | 2010-08-05 | 1 | -7/+57 |
* | o3d-webgl: Added remaining param_operation classes. | pathorn@chromium.org | 2010-08-04 | 4 | -24/+174 |
* | o3d-webgl: svn add vertex_source.js | pathorn@chromium.org | 2010-07-31 | 1 | -0/+102 |
* | o3d-webgl: Skin, SkinEval and VertexSource classes. | pathorn@chromium.org | 2010-07-30 | 8 | -14/+778 |
* | Review URL: http://codereview.chromium.org/2884048 | luchen@google.com | 2010-07-29 | 1 | -1/+1 |
* | Review URL: http://codereview.chromium.org/3047021 | luchen@google.com | 2010-07-28 | 1 | -3/+15 |
* | o3d-webgl: Fixes errors when loading animated meshes in simpleviewer. | pathorn@chromium.org | 2010-07-28 | 4 | -41/+55 |
* | These changes are needed for when we turn on REAL | gman@chromium.org | 2010-07-28 | 2 | -6/+12 |
* | o3d-webgl: Adjusting Sampler to throw an error if client attempts to use BORD... | luchen@google.com | 2010-07-27 | 1 | -3/+2 |
* | o3d-webgl: Avoid computation per element if ParamParamArray is bound. | pathorn@chromium.org | 2010-07-26 | 1 | -3/+4 |
* | This adds four files ported from their C++ counterparts: animation.js, counte... | pathorn@chromium.org | 2010-07-16 | 6 | -0/+2228 |
* | Implemented error texture support in client and ParamArray class. Fixed bug i... | luchen@google.com | 2010-07-14 | 7 | -45/+424 |
* | Fixes a TypeError bug introduced in the picking change. Cannot cancel event p... | luchen@google.com | 2010-07-12 | 1 | -1/+3 |
* | Implemented picking, at last. The picking sample is already checked in, but ... | petersont@google.com | 2010-07-09 | 17 | -344/+938 |
* | Fixed race condition in O3D/WebGL FileRequest implementation by only | kbr@google.com | 2010-07-08 | 1 | -15/+14 |
* | Adding 2d and hud-2d demos to samples. Small addition to state.js to actually... | luchen@google.com | 2010-06-29 | 1 | -0/+2 |
* | o3d-webgl: adding shader test demo. | luchen@google.com | 2010-06-29 | 1 | -1/+35 |
* | Adding instancing and render target demos. | luchen@google.com | 2010-06-17 | 1 | -2/+3 |
* | o3d-webgl: adding generate-texture demo, with implementation of texture.set. | luchen@google.com | 2010-06-17 | 1 | -37/+82 |
* | Got the yard and seven_shapes models to convert to pure-json. This would hav... | petersont@google.com | 2010-06-17 | 1 | -15/+23 |
* | Adding render-mode demo. Update to client.js to render only if render mode is... | luchen@google.com | 2010-06-15 | 1 | -2/+3 |
* | Adding handlers to zoom in/out on scrollwheel event. | luchen@google.com | 2010-06-09 | 1 | -4/+27 |
* | Adding wireframe light indicator to shadow map demo. | luchen@google.com | 2010-06-09 | 1 | -3/+4 |
* | Adding debugging demo to o3d-webgl collection. Includes minor bug fix in para... | luchen@google.com | 2010-06-08 | 4 | -7/+20 |
* | Adding support for pointlist, linelist, linestrip, trianglestrip and triangel... | luchen@google.com | 2010-06-08 | 2 | -5/+38 |
* | Some texture parameters were being set in the pack when the texture was creat... | petersont@google.com | 2010-05-24 | 2 | -97/+210 |
* | Refactored Buffer and Field getAt functions to use a common helper function, ... | petersont@google.com | 2010-05-24 | 2 | -27/+38 |
* | The z-sorting sample looked tinted gray because of the final alpha channel co... | petersont@google.com | 2010-05-19 | 3 | -6/+16 |
* | Fixed a typo in pool code and made comments more google style | petersont@google.com | 2010-05-17 | 3 | -12/+22 |
* | Sorts drawlists by priority or by depth as indicated by the flag in the DrawP... | petersont@google.com | 2010-05-17 | 3 | -7/+69 |
* | Refactored the SAS parameter code slightly to avoid redundant listing of para... | petersont@google.com | 2010-05-14 | 2 | -181/+170 |
* | When a demo on the o3d-webgl site gets opened in an ordinary browser that doe... | petersont@google.com | 2010-05-14 | 1 | -6/+31 |
* | Refactored event handling code gman added to simpleviewer.html into | kbr@google.com | 2010-04-30 | 1 | -2/+130 |