summaryrefslogtreecommitdiffstats
path: root/o3d/samples/o3d-webgl/client.js
Commit message (Expand)AuthorAgeFilesLines
* Moving o3d up a level, to get it out of chrome checkouts.bradnelson@google.com2011-03-281-1354/+0
* Added capability for an error (default) cube map texture, so if a cube sample...petersont@google.com2010-08-291-11/+68
* Fix a few minor issues.gman@chromium.org2010-08-271-5/+10
* Review URL: http://codereview.chromium.org/2884048luchen@google.com2010-07-291-1/+1
* Review URL: http://codereview.chromium.org/3047021luchen@google.com2010-07-281-3/+15
* This adds four files ported from their C++ counterparts: animation.js, counte...pathorn@chromium.org2010-07-161-0/+9
* Implemented error texture support in client and ParamArray class. Fixed bug i...luchen@google.com2010-07-141-7/+84
* Fixes a TypeError bug introduced in the picking change. Cannot cancel event p...luchen@google.com2010-07-121-1/+3
* Implemented picking, at last. The picking sample is already checked in, but ...petersont@google.com2010-07-091-56/+105
* Adding render-mode demo. Update to client.js to render only if render mode is...luchen@google.com2010-06-151-2/+3
* Adding handlers to zoom in/out on scrollwheel event.luchen@google.com2010-06-091-4/+27
* The z-sorting sample looked tinted gray because of the final alpha channel co...petersont@google.com2010-05-191-0/+10
* When a demo on the o3d-webgl site gets opened in an ordinary browser that doe...petersont@google.com2010-05-141-6/+31
* Refactored event handling code gman added to simpleviewer.html intokbr@google.com2010-04-301-2/+130
* Merged in gman's fixes to make o3d-webgl samples work in Firefox.kbr@google.com2010-04-301-5/+8
* Added culling sample.petersont@google.com2010-04-291-31/+84
* Thanks to gman, fixed o3d.webgl.createClient and o3d-webgl Client to handlekbr@google.com2010-04-281-2/+10
* Fixed problem in o3dConverter where it was not outputting all of thekbr@google.com2010-04-231-2/+7
* Review URL: http://codereview.chromium.org/1565008petersont@google.com2010-04-051-65/+65
* Implemented Texture2D.drawImage, along the way cleaned up a number of lingeri...petersont@google.com2010-03-221-4/+22
* Added textures, texture samplers and render targets to o3d-webgl. Also fixed...petersont@google.com2010-03-121-8/+36
* First check in of the o3d implimentation in webgl. Classes work well enough ...petersont@google.com2010-02-261-0/+841