summaryrefslogtreecommitdiffstats
path: root/o3d/samples/o3d-webgl-samples
Commit message (Expand)AuthorAgeFilesLines
* o3d-webgl: Adding particles demo to repository.luchen@google.com2010-07-271-0/+596
* o3d-webgl: Increasing the point size in shader to make points easier to see.luchen@google.com2010-07-271-1/+3
* o3d-webgl: Adjusting Sampler to throw an error if client attempts to use BORD...luchen@google.com2010-07-272-7/+9
* Adding WebGL version of the trends demo, including the original and new parti...luchen@google.com2010-07-2210-0/+1672
* This adds four files ported from their C++ counterparts: animation.js, counte...pathorn@chromium.org2010-07-161-0/+343
* Implemented error texture support in client and ParamArray class. Fixed bug i...luchen@google.com2010-07-142-0/+663
* o3d-webgl: Adding oldschoolshadows sample.luchen@google.com2010-07-131-0/+277
* Box2d-3d demo ported to WebGL. Needed to strip some whitespace characters fro...luchen@google.com2010-07-1216-0/+6341
* Adding checkers demo.luchen@google.com2010-07-121-0/+873
* Implemented picking, at last. The picking sample is already checked in, but ...petersont@google.com2010-07-091-7/+44
* Adding 2d and hud-2d demos to samples. Small addition to state.js to actually...luchen@google.com2010-06-292-0/+1055
* o3d-webgl: adding shader test demo.luchen@google.com2010-06-292-0/+610
* Adding instancing and render target demos. luchen@google.com2010-06-177-0/+1777
* o3d-webgl: Adding WebGL version of the pingpong game.luchen@google.com2010-06-173-0/+846
* o3d-webgl: adding billboard demo.luchen@google.com2010-06-171-0/+257
* o3d-webgl: adding generate-texture demo, with implementation of texture.set.luchen@google.com2010-06-171-0/+259
* o3d-webgl: vertex shader and vertex animation demos.luchen@google.com2010-06-162-0/+537
* Adding render-mode demo. Update to client.js to render only if render mode is...luchen@google.com2010-06-151-0/+287
* Adding handlers to zoom in/out on scrollwheel event.luchen@google.com2010-06-092-4/+20
* Adding wireframe light indicator to shadow map demo.luchen@google.com2010-06-091-6/+5
* Adding debugging demo to o3d-webgl collection. Includes minor bug fix in para...luchen@google.com2010-06-081-0/+248
* Adding support for pointlist, linelist, linestrip, trianglestrip and triangel...luchen@google.com2010-06-081-0/+385
* Converted four more demo files to o3d-webgl: juggler, sobel, julia and textur...luchen@google.com2010-06-074-0/+1351
* Adding WebGL-ized rotatemodel.html demo.luchen@google.com2010-06-031-0/+250
* Porting the Phong Shader demo to WebGL.luchen@google.com2010-06-031-0/+345
* Adding WebGL-ified version of the customcamera.html demo.luchen@google.com2010-06-021-0/+456
* Fixed a typo in pool code and made comments more google stylepetersont@google.com2010-05-171-7/+7
* Sorts drawlists by priority or by depth as indicated by the flag in the DrawP...petersont@google.com2010-05-171-0/+203
* Refactored event handling code gman added to simpleviewer.html intokbr@google.com2010-04-301-96/+0
* Merged in gman's fixes to make o3d-webgl samples work in Firefox.kbr@google.com2010-04-301-2/+99
* Incorporated gman's CSS changes for resizing and placing thekbr@google.com2010-04-301-6/+29
* Fixed problem with some parameters being optimized away by the GLSLkbr@google.com2010-04-291-4/+12
* Added culling sample.petersont@google.com2010-04-291-0/+320
* Added pool, fixed a bug in Bitmap (or to be precise, kbr fixed the bug). Fli...petersont@google.com2010-04-291-0/+2133
* Fixed samples to work with resizing code introduced yesterday. Now thekbr@google.com2010-04-286-6/+6
* Thanks to gman, fixed o3d.webgl.createClient and o3d-webgl Client to handlekbr@google.com2010-04-281-0/+372
* Added rules which generate WebGL-compatible assets to samples_gen.py.kbr@google.com2010-04-271-0/+3
* Changed the semantics of many fields throughout the o3d-webglkbr@google.com2010-04-221-1/+1
* Incremental progress toward archive loading in o3d-webgl. Implementedkbr@google.com2010-04-211-0/+174
* Modified effect.js to emit glsl as well as the original o3d shader language. ...petersont@google.com2010-04-071-0/+247
* Implemented Texture2D.drawImage, along the way cleaned up a number of lingeri...petersont@google.com2010-03-221-6/+2
* Added textures, texture samplers and render targets to o3d-webgl. Also fixed...petersont@google.com2010-03-123-0/+1412
* First check in of the o3d implimentation in webgl. Classes work well enough ...petersont@google.com2010-02-261-0/+300