summaryrefslogtreecommitdiffstats
path: root/o3d/samples/o3d-webgl/transform.js
Commit message (Expand)AuthorAgeFilesLines
* Moving o3d up a level, to get it out of chrome checkouts.bradnelson@google.com2011-03-281-1370/+0
* Replaces matrix math functions in o3d-webgl with a new library that uses 1-di...petersont@google.com2010-09-131-507/+802
* Added createDrawElements to Transform class. One more function in the API.petersont@google.com2010-08-291-2/+10
* o3d-webgl: Fix Matrix4AxisRotation by copying the last row.pathorn@chromium.org2010-08-081-0/+2
* o3d-webgl: Added remaining param_operation classes.pathorn@chromium.org2010-08-041-4/+8
* o3d-webgl: Skin, SkinEval and VertexSource classes.pathorn@chromium.org2010-07-301-0/+25
* Implemented picking, at last. The picking sample is already checked in, but ...petersont@google.com2010-07-091-2/+1
* Adding debugging demo to o3d-webgl collection. Includes minor bug fix in para...luchen@google.com2010-06-081-1/+3
* The z-sorting sample looked tinted gray because of the final alpha channel co...petersont@google.com2010-05-191-2/+2
* Sorts drawlists by priority or by depth as indicated by the flag in the DrawP...petersont@google.com2010-05-171-5/+21
* Added culling sample.petersont@google.com2010-04-291-4/+72
* Changed the semantics of many fields throughout the o3d-webglkbr@google.com2010-04-221-90/+80
* Incremental progress toward archive loading in o3d-webgl. Implementedkbr@google.com2010-04-211-4/+18
* A number of incidental changes I've made over the passed few weeks have appar...petersont@google.com2010-04-081-27/+30
* Added textures, texture samplers and render targets to o3d-webgl. Also fixed...petersont@google.com2010-03-121-6/+8
* First check in of the o3d implimentation in webgl. Classes work well enough ...petersont@google.com2010-02-261-0/+942