summaryrefslogtreecommitdiffstats
path: root/o3d/samples/o3d-webgl
Commit message (Expand)AuthorAgeFilesLines
* Implemented error texture support in client and ParamArray class. Fixed bug i...luchen@google.com2010-07-147-45/+424
* 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-0917-344/+938
* Fixed race condition in O3D/WebGL FileRequest implementation by onlykbr@google.com2010-07-081-15/+14
* Adding 2d and hud-2d demos to samples. Small addition to state.js to actually...luchen@google.com2010-06-291-0/+2
* o3d-webgl: adding shader test demo.luchen@google.com2010-06-291-1/+35
* Adding instancing and render target demos. luchen@google.com2010-06-171-2/+3
* o3d-webgl: adding generate-texture demo, with implementation of texture.set.luchen@google.com2010-06-171-37/+82
* Got the yard and seven_shapes models to convert to pure-json. This would hav...petersont@google.com2010-06-171-15/+23
* 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
* Adding wireframe light indicator to shadow map demo.luchen@google.com2010-06-091-3/+4
* Adding debugging demo to o3d-webgl collection. Includes minor bug fix in para...luchen@google.com2010-06-084-7/+20
* Adding support for pointlist, linelist, linestrip, trianglestrip and triangel...luchen@google.com2010-06-082-5/+38
* Some texture parameters were being set in the pack when the texture was creat...petersont@google.com2010-05-242-97/+210
* Refactored Buffer and Field getAt functions to use a common helper function, ...petersont@google.com2010-05-242-27/+38
* The z-sorting sample looked tinted gray because of the final alpha channel co...petersont@google.com2010-05-193-6/+16
* Fixed a typo in pool code and made comments more google stylepetersont@google.com2010-05-173-12/+22
* Sorts drawlists by priority or by depth as indicated by the flag in the DrawP...petersont@google.com2010-05-173-7/+69
* Refactored the SAS parameter code slightly to avoid redundant listing of para...petersont@google.com2010-05-142-181/+170
* 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-304-12/+24
* Added culling sample.petersont@google.com2010-04-2912-77/+447
* Added pool, fixed a bug in Bitmap (or to be precise, kbr fixed the bug). Fli...petersont@google.com2010-04-292-5/+22
* Review URL: http://codereview.chromium.org/1798009petersont@google.com2010-04-291-36/+79
* Fleshed out sampler implementation a bit.petersont@google.com2010-04-293-14/+115
* Fixed bug in effect.js during lookup of attribute locations. Fixedkbr@google.com2010-04-291-8/+8
* Fixed samples to work with resizing code introduced yesterday. Now thekbr@google.com2010-04-282-6/+37
* 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-234-10/+24
* Fixed bug pointed out by mihai where success was incorrectly reportedkbr@google.com2010-04-231-2/+7
* Changed the semantics of many fields throughout the o3d-webglkbr@google.com2010-04-2222-670/+748
* Incremental progress toward archive loading in o3d-webgl. Implementedkbr@google.com2010-04-218-18/+360
* A number of incidental changes I've made over the passed few weeks have appar...petersont@google.com2010-04-0810-115/+420
* Review URL: http://codereview.chromium.org/1565008petersont@google.com2010-04-052-331/+65
* Implemented Texture2D.drawImage, along the way cleaned up a number of lingeri...petersont@google.com2010-03-2213-79/+213
* Added textures, texture samplers and render targets to o3d-webgl. Also fixed...petersont@google.com2010-03-1231-189/+783
* First check in of the o3d implimentation in webgl. Classes work well enough ...petersont@google.com2010-02-2638-0/+8242