summaryrefslogtreecommitdiffstats
path: root/o3d/samples/o3d-webgl-samples
Commit message (Expand)AuthorAgeFilesLines
* Multiple simple lights, and a new demo.pathorn@chromium.org2010-09-291-0/+209
* Replaces matrix math functions in o3d-webgl with a new library that uses 1-di...petersont@google.com2010-09-137-65/+58
* Determines which shading language o3djs should use once when the client is in...petersont@google.com2010-08-291-5/+0
* o3d-webgl: Shader support for skinning.pathorn@chromium.org2010-08-181-1/+1
* o3d-webgl: Adding preliminary files for 'bubble blaster' demo.luchen@chromium.org2010-08-1313-0/+1735
* Review URL: http://codereview.chromium.org/3164012luchen@chromium.org2010-08-134-44/+111
* Fix permissions to fix broken chromium tree.erg@google.com2010-08-124-0/+0
* WebGL bubble demo. Based off of: http://code.google.com/p/o3d/source/browse/t...luchen@chromium.org2010-08-1121-0/+2591
* Changed primitive wireframe creation to be more correct, added to hellocube-w...petersont@google.com2010-08-091-28/+138
* Deleting trailing spaces, add ending newline where missing to make lint happy...maf@chromium.org2010-08-061-4/+4
* o3d-webgl: Adding support for triangle fan/strip in picking.luchen@google.com2010-08-051-0/+384
* o3d-webgl: Skin, SkinEval and VertexSource classes.pathorn@chromium.org2010-07-302-2/+283
* 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