summaryrefslogtreecommitdiffstats
path: root/o3d/samples
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixes a TypeError bug introduced in the picking change. Cannot cancel event p...luchen@google.com2010-07-121-1/+3
* 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-0919-352/+983
* Fixed race condition in O3D/WebGL FileRequest implementation by onlykbr@google.com2010-07-081-15/+14
* Made code which determines which side of contours to fill more robustkbr@google.com2010-07-072-3/+1
* Changed definition of IntervalTree to contain closed, rather thankbr@google.com2010-07-062-0/+68
* Fixed mismatch in fast and slow queries in overlap tests duringkbr@google.com2010-07-053-1/+69
* Adding 2d and hud-2d demos to samples. Small addition to state.js to actually...luchen@google.com2010-06-294-0/+1057
* o3d-webgl: adding shader test demo.luchen@google.com2010-06-2915-1/+1746
* Fix files with svn:executable permissions.thestig@chromium.org2010-06-233-0/+0
* Adding instancing and render target demos. luchen@google.com2010-06-179-2/+1839
* 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-173-0/+401
* o3d-webgl: adding generate-texture demo, with implementation of texture.set.luchen@google.com2010-06-172-37/+341
* Got the yard and seven_shapes models to convert to pure-json. This would hav...petersont@google.com2010-06-172-18/+39
* o3d-webgl: vertex shader and vertex animation demos.luchen@google.com2010-06-163-0/+637
* Modified the function o3djs.quaternions.rotationToQuaternion() to address a b...petersont@google.com2010-06-161-7/+42
* Do not init v8 on platforms where it is not supported. maf@google.com2010-06-151-4/+9
* Adding render-mode demo. Update to client.js to render only if render mode is...luchen@google.com2010-06-152-2/+290
* Adding handlers to zoom in/out on scrollwheel event.luchen@google.com2010-06-093-8/+47
* Adding wireframe light indicator to shadow map demo.luchen@google.com2010-06-093-11/+11
* Adding debugging demo to o3d-webgl collection. Includes minor bug fix in para...luchen@google.com2010-06-086-52/+319
* Adding support for pointlist, linelist, linestrip, trianglestrip and triangel...luchen@google.com2010-06-083-5/+423
* 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