summaryrefslogtreecommitdiffstats
path: root/o3d/samples
Commit message (Expand)AuthorAgeFilesLines
* 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
* Adding WebGL-ified version of the customcamera.html demo.luchen@google.com2010-06-021-0/+456
* Until we work out why V8 refuses to work on the Safari/10.6 combination, igno...maf@google.com2010-05-291-0/+24
* Changed how checkers sample identifies whether a hit occurred usingkbr@google.com2010-05-281-2/+4
* 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-174-19/+29
* Sorts drawlists by priority or by depth as indicated by the flag in the DrawP...petersont@google.com2010-05-174-7/+272
* 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-142-11/+78
* Added setLanguage functions to canvas, fps and particles. Added beachdemo-gl...amarinichev@chromium.org2010-05-0623-106/+7106
* Refactored event handling code gman added to simpleviewer.html intokbr@google.com2010-04-302-98/+130
* Merged in gman's fixes to make o3d-webgl samples work in Firefox.kbr@google.com2010-04-306-14/+123
* Advancing to latest gyp.bradnelson@google.com2010-04-301-59/+4
* Incorporated gman's CSS changes for resizing and placing thekbr@google.com2010-04-301-6/+29
* Added pool ball image to MANIFEST.kbr@google.com2010-04-301-0/+1
* Worked around bug in directory copying support in gyp MSVS generatorkbr@google.com2010-04-291-4/+59
* Fixed problem with some parameters being optimized away by the GLSLkbr@google.com2010-04-291-4/+12
* Reorganized dependencies in generated samples_gen.gyp so that thekbr@google.com2010-04-291-6/+32
* Added culling sample.petersont@google.com2010-04-2914-79/+772
* Added pool, fixed a bug in Bitmap (or to be precise, kbr fixed the bug). Fli...petersont@google.com2010-04-294-5/+2155