summaryrefslogtreecommitdiffstats
path: root/o3d/samples/o3d-webgl
Commit message (Expand)AuthorAgeFilesLines
* Moving o3d up a level, to get it out of chrome checkouts.bradnelson@google.com2011-03-2847-15757/+0
* o3djs: Recommit effect.js for skinning shader.pathorn@chromium.org2010-09-151-0/+3
* Replaces matrix math functions in o3d-webgl with a new library that uses 1-di...petersont@google.com2010-09-139-650/+921
* o3d-webgl: Assume 4 in case Float32Array is missing BYTES_PER_ELEMENT.pathorn@chromium.org2010-09-031-1/+2
* This is a change that Daniel Horn did as part of this: petersont@google.com2010-08-291-34/+25
* Added createDrawElements to Transform class. One more function in the API.petersont@google.com2010-08-291-2/+10
* Added capability for an error (default) cube map texture, so if a cube sample...petersont@google.com2010-08-296-118/+307
* Added getter for field params on param object. (Just one more function in th...petersont@google.com2010-08-291-0/+11
* Fix a few minor issues.gman@chromium.org2010-08-271-5/+10
* Change the URL for when there is no WebGLgman@chromium.org2010-08-262-6/+21
* o3d-webgl: Shader support for skinning.pathorn@chromium.org2010-08-187-35/+382
* Converted o3d to use new types for floating point and integer arrays: Float32...petersont@google.com2010-08-173-12/+9
* Adding implementations to two methods in texture.js and fixing a small typo/bug.luchen@chromium.org2010-08-121-32/+96
* Fixes edge case where two components of the world ray are both 0.luchen@chromium.org2010-08-091-1/+1
* Changed primitive wireframe creation to be more correct, added to hellocube-w...petersont@google.com2010-08-091-22/+36
* o3d-webgl: Fix Matrix4AxisRotation by copying the last row.pathorn@chromium.org2010-08-081-0/+2
* Deleting trailing spaces, add ending newline where missing to make lint happy...maf@chromium.org2010-08-069-14/+14
* o3d-webgl: Adding support for triangle fan/strip in picking.luchen@google.com2010-08-051-7/+57
* o3d-webgl: Added remaining param_operation classes.pathorn@chromium.org2010-08-044-24/+174
* o3d-webgl: svn add vertex_source.jspathorn@chromium.org2010-07-311-0/+102
* o3d-webgl: Skin, SkinEval and VertexSource classes.pathorn@chromium.org2010-07-308-14/+778
* 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
* o3d-webgl: Fixes errors when loading animated meshes in simpleviewer.pathorn@chromium.org2010-07-284-41/+55
* These changes are needed for when we turn on REAL gman@chromium.org2010-07-282-6/+12
* o3d-webgl: Adjusting Sampler to throw an error if client attempts to use BORD...luchen@google.com2010-07-271-3/+2
* o3d-webgl: Avoid computation per element if ParamParamArray is bound.pathorn@chromium.org2010-07-261-3/+4
* This adds four files ported from their C++ counterparts: animation.js, counte...pathorn@chromium.org2010-07-166-0/+2228
* 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