| Commit message (Expand) | Author | Age | Files | Lines |
* | Tweaked antialiasing function. Result looks good now in conjunction | kbr@google.com | 2010-07-24 | 1 | -2/+4 |
* | Ported the Loop/Blinn shaders in samples/o3djs/gpu2d.js to GLSL to add | kbr@google.com | 2010-07-24 | 1 | -91/+191 |
* | Adding WebGL version of the trends demo, including the original and new parti... | luchen@google.com | 2010-07-22 | 1 | -502/+173 |
* | Implemented error texture support in client and ParamArray class. Fixed bug i... | luchen@google.com | 2010-07-14 | 1 | -4/+4 |
* | Implemented picking, at last. The picking sample is already checked in, but ... | petersont@google.com | 2010-07-09 | 1 | -1/+1 |
* | Modified the function o3djs.quaternions.rotationToQuaternion() to address a b... | petersont@google.com | 2010-06-16 | 1 | -7/+42 |
* | Do not init v8 on platforms where it is not supported. | maf@google.com | 2010-06-15 | 1 | -4/+9 |
* | Adding wireframe light indicator to shadow map demo. | luchen@google.com | 2010-06-09 | 1 | -2/+2 |
* | Adding debugging demo to o3d-webgl collection. Includes minor bug fix in para... | luchen@google.com | 2010-06-08 | 1 | -45/+51 |
* | Until we work out why V8 refuses to work on the Safari/10.6 combination, igno... | maf@google.com | 2010-05-29 | 1 | -0/+24 |
* | When a demo on the o3d-webgl site gets opened in an ordinary browser that doe... | petersont@google.com | 2010-05-14 | 1 | -5/+47 |
* | Added setLanguage functions to canvas, fps and particles. Added beachdemo-gl... | amarinichev@chromium.org | 2010-05-06 | 3 | -3/+795 |
* | Added culling sample. | petersont@google.com | 2010-04-29 | 1 | -2/+5 |
* | Fixed samples to work with resizing code introduced yesterday. Now the | kbr@google.com | 2010-04-28 | 1 | -1/+14 |
* | Thanks to gman, fixed o3d.webgl.createClient and o3d-webgl Client to handle | kbr@google.com | 2010-04-28 | 1 | -2/+12 |
* | Fixed problem in o3dConverter where it was not outputting all of the | kbr@google.com | 2010-04-23 | 1 | -20/+90 |
* | Fixed primitives' glsl shaders: it was missing MatrixLoadOrder directive. | amarinichev@chromium.org | 2010-04-23 | 1 | -7/+16 |
* | Added --convert-dds-to-png command line option to the COLLADA converter, | kbr@google.com | 2010-04-20 | 2 | -2/+82 |
* | Fixed recently introduced regression in effect.js pointed out by | kbr@google.com | 2010-04-16 | 1 | -4/+4 |
* | Build fixes for case when fullscreen message is disabled, for IMC code | kbr@chromium.org | 2010-04-08 | 1 | -11/+15 |
* | Modified effect.js to emit glsl as well as the original o3d shader language. ... | petersont@google.com | 2010-04-07 | 2 | -303/+759 |
* | Added textures, texture samplers and render targets to o3d-webgl. Also fixed... | petersont@google.com | 2010-03-12 | 1 | -11/+50 |
* | Added support for increasing the polygon offset with each successive | kbr@google.com | 2010-03-03 | 1 | -0/+18 |
* | First check in of the o3d implimentation in webgl. Classes work well enough ... | petersont@google.com | 2010-02-26 | 1 | -0/+114 |
* | Added the bulk of the algorithm for GPU accelerated 2D vector curve | kbr@chromium.org | 2010-02-26 | 2 | -0/+681 |
* | Added viewAll method to CameraController. | kbr@chromium.org | 2010-02-19 | 1 | -2/+67 |
* | This fixes a bug in the 2d particle shader that made | gman@chromium.org | 2010-02-18 | 1 | -2/+3 |
* | Fixed regression caused by http://codereview.chromium.org/599012 where | kbr@chromium.org | 2010-02-17 | 1 | -1/+1 |
* | This change removes CG from O3D and uses GLSL | gman@chromium.org | 2010-01-08 | 1 | -0/+11 |
* | Fix Terence's name | gman@google.com | 2010-01-06 | 1 | -1/+1 |
* | Step 1 in Adding GLES2 renderer to O3D. | gman@google.com | 2009-12-16 | 1 | -0/+1 |
* | Clean up the rendering of manipulators. | simonrad@chromium.org | 2009-12-12 | 1 | -108/+240 |
* | Fix for O3Djs build break. | simonrad@chromium.org | 2009-12-10 | 1 | -3/+8 |
* | Add line stippling and add functionality to the CameraController. | simonrad@chromium.org | 2009-12-10 | 3 | -106/+271 |
* | Add obscured / unobscured rendering to | gman@chromium.org | 2009-12-05 | 1 | -109/+209 |
* | Fixes the compiled o3djs libraries. | gman@chromium.org | 2009-12-04 | 1 | -1/+1 |
* | Creates a CameraController class, and makes the Rotate1 manipulator use line ... | simonrad@chromium.org | 2009-12-03 | 3 | -56/+471 |
* | Updates the picking library to have a PickManager and | gman@chromium.org | 2009-12-03 | 2 | -99/+274 |
* | TBR=kbr@google.com | gman@chromium.org | 2009-12-01 | 2 | -2/+2 |
* | Make primitives and lineprimitives share | gman@chromium.org | 2009-11-30 | 2 | -131/+111 |
* | Separate the line primitive stuff out of debug.js | gman@chromium.org | 2009-11-25 | 4 | -426/+491 |
* | Update the manipulator rotate1 example to use | gman@chromium.org | 2009-11-25 | 3 | -41/+83 |
* | Added new way of dragging the Rotate1 manipulator (linear mapping in screen s... | simonrad@chromium.org | 2009-11-24 | 1 | -55/+114 |
* | Added torus primitive and Rotate1 manipulator. | simonrad@chromium.org | 2009-11-20 | 2 | -34/+274 |
* | Created o3djs Plane and Translate2 classes. | simonrad@chromium.org | 2009-11-12 | 1 | -91/+458 |
* | Made all line endings consistently LF and added svn:eol-style=LF property to ... | apatrick@google.com | 2009-11-12 | 3 | -1403/+1403 |
* | Change build to only have one place to list | gman@google.com | 2009-11-03 | 1 | -4/+1 |
* | Put back some scons files that the docs build parses, but rename them | gspencer@google.com | 2009-11-03 | 1 | -0/+63 |
* | This change kills the SCons build, since we have switched completely | gspencer@google.com | 2009-11-02 | 1 | -63/+0 |
* | Fix bugs in rendergraph.js | gman@google.com | 2009-10-20 | 1 | -2/+2 |