| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Incremental progress toward archive loading in o3d-webgl. Implemented | kbr@google.com | 2010-04-21 | 1 | -0/+174 |
* | Modified effect.js to emit glsl as well as the original o3d shader language. ... | petersont@google.com | 2010-04-07 | 1 | -0/+247 |
* | Implemented Texture2D.drawImage, along the way cleaned up a number of lingeri... | petersont@google.com | 2010-03-22 | 1 | -6/+2 |
* | Added textures, texture samplers and render targets to o3d-webgl. Also fixed... | petersont@google.com | 2010-03-12 | 3 | -0/+1412 |
* | First check in of the o3d implimentation in webgl. Classes work well enough ... | petersont@google.com | 2010-02-26 | 1 | -0/+300 |