| Commit message (Expand) | Author | Age | Files | Lines |
* | Multiple simple lights, and a new demo. | pathorn@chromium.org | 2010-09-29 | 3 | -54/+127 |
* | Changed code to eliminate ibeam cursor to only affect the canvas itself (not ... | petersont@google.com | 2010-09-22 | 1 | -25/+70 |
* | Tidied up types to appease doc generator script for new version of o3djs/math... | petersont@google.com | 2010-09-16 | 4 | -198/+200 |
* | o3djs: Recommit effect.js for skinning shader. | pathorn@chromium.org | 2010-09-15 | 1 | -9/+83 |
* | o3djs: usePluginMath should be false, only set if o3djs.math is defined. | pathorn@chromium.org | 2010-09-14 | 1 | -8/+8 |
* | Replaces matrix math functions in o3d-webgl with a new library that uses 1-di... | petersont@google.com | 2010-09-13 | 9 | -1338/+4534 |
* | Fixes the build for o3d. | gman@chromium.org | 2010-08-31 | 3 | -2/+3 |
* | Added capability for an error (default) cube map texture, so if a cube sample... | petersont@google.com | 2010-08-29 | 1 | -3/+1 |
* | Determines which shading language o3djs should use once when the client is in... | petersont@google.com | 2010-08-29 | 5 | -389/+131 |
* | When the client is created, it sets a couple event callbacks to an empty func... | petersont@google.com | 2010-08-29 | 1 | -0/+8 |
* | Change the URL for when there is no WebGL | gman@chromium.org | 2010-08-26 | 1 | -25/+23 |
* | o3d-webgl: Shader support for skinning. | pathorn@chromium.org | 2010-08-18 | 2 | -9/+86 |
* | o3djs: Make bump shader code compile for webgl. | pathorn@chromium.org | 2010-08-04 | 1 | -16/+23 |
* | Currently returns (e.g.) 32 if 16 is the input. Fix so it meets documentation... | luchen@google.com | 2010-08-02 | 1 | -0/+1 |
* | o3d-webgl: Skin, SkinEval and VertexSource classes. | pathorn@chromium.org | 2010-07-30 | 1 | -4/+6 |
* | Fixes a small typo; reported in: http://groups.google.com/group/o3d-discuss/b... | luchen@google.com | 2010-07-27 | 1 | -1/+1 |
* | 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 |