summaryrefslogtreecommitdiffstats
path: root/o3d/samples
Commit message (Expand)AuthorAgeFilesLines
* o3djs: Fix closure compiler errors.pathorn@chromium.org2010-10-153-2/+3
* Multiple simple lights, and a new demo.pathorn@chromium.org2010-09-295-54/+544
* Changed code to eliminate ibeam cursor to only affect the canvas itself (not ...petersont@google.com2010-09-221-25/+70
* Tidied up types to appease doc generator script for new version of o3djs/math...petersont@google.com2010-09-164-198/+200
* o3djs: Recommit effect.js for skinning shader.pathorn@chromium.org2010-09-152-9/+86
* o3djs: usePluginMath should be false, only set if o3djs.math is defined.pathorn@chromium.org2010-09-141-8/+8
* Replaces matrix math functions in o3d-webgl with a new library that uses 1-di...petersont@google.com2010-09-1325-2053/+5513
* o3d-webgl: Assume 4 in case Float32Array is missing BYTES_PER_ELEMENT.pathorn@chromium.org2010-09-031-1/+2
* Fixes the build for o3d.gman@chromium.org2010-08-313-2/+3
* 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-297-121/+308
* Determines which shading language o3djs should use once when the client is in...petersont@google.com2010-08-297-395/+137
* When the client is created, it sets a couple event callbacks to an empty func...petersont@google.com2010-08-291-0/+8
* 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-263-31/+44
* o3d-webgl: Shader support for skinning.pathorn@chromium.org2010-08-1810-45/+469
* Converted o3d to use new types for floating point and integer arrays: Float32...petersont@google.com2010-08-173-12/+9
* 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
* Adding implementations to two methods in texture.js and fixing a small typo/bug.luchen@chromium.org2010-08-121-32/+96
* 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
* 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-092-50/+174
* 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-0622-77/+72
* o3d-webgl: Adding support for triangle fan/strip in picking.luchen@google.com2010-08-052-7/+441
* o3djs: Make bump shader code compile for webgl.pathorn@chromium.org2010-08-041-16/+23
* o3d-webgl: Added remaining param_operation classes.pathorn@chromium.org2010-08-044-24/+174
* Currently returns (e.g.) 32 if 16 is the input. Fix so it meets documentation...luchen@google.com2010-08-021-0/+1
* o3d-webgl: svn add vertex_source.jspathorn@chromium.org2010-07-311-0/+102
* o3d-webgl: Skin, SkinEval and VertexSource classes.pathorn@chromium.org2010-07-3011-20/+1067
* 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: 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-273-10/+11
* Fixes a small typo; reported in: http://groups.google.com/group/o3d-discuss/b...luchen@google.com2010-07-271-1/+1
* o3d-webgl: Avoid computation per element if ParamParamArray is bound.pathorn@chromium.org2010-07-261-3/+4
* Tweaked antialiasing function. Result looks good now in conjunctionkbr@google.com2010-07-241-2/+4
* Ported the Loop/Blinn shaders in samples/o3djs/gpu2d.js to GLSL to addkbr@google.com2010-07-241-91/+191
* Fix svn:executable permission for r53363.thestig@chromium.org2010-07-221-0/+0
* Adding WebGL version of the trends demo, including the original and new parti...luchen@google.com2010-07-2212-502/+2636
* This adds four files ported from their C++ counterparts: animation.js, counte...pathorn@chromium.org2010-07-167-0/+2571
* Implemented error texture support in client and ParamArray class. Fixed bug i...luchen@google.com2010-07-1410-49/+1091
* o3d-webgl: Adding oldschoolshadows sample.luchen@google.com2010-07-131-0/+277