summaryrefslogtreecommitdiffstats
path: root/o3d/samples/o3d-webgl/primitive.js
Commit message (Expand)AuthorAgeFilesLines
* o3d-webgl: Assume 4 in case Float32Array is missing BYTES_PER_ELEMENT.pathorn@chromium.org2010-09-031-1/+2
* Added capability for an error (default) cube map texture, so if a cube sample...petersont@google.com2010-08-291-0/+5
* o3d-webgl: Shader support for skinning.pathorn@chromium.org2010-08-181-5/+6
* Converted o3d to use new types for floating point and integer arrays: Float32...petersont@google.com2010-08-171-4/+1
* Fixes edge case where two components of the world ray are both 0.luchen@chromium.org2010-08-091-1/+1
* Changed primitive wireframe creation to be more correct, added to hellocube-w...petersont@google.com2010-08-091-22/+36
* o3d-webgl: Adding support for triangle fan/strip in picking.luchen@google.com2010-08-051-7/+57
* o3d-webgl: Skin, SkinEval and VertexSource classes.pathorn@chromium.org2010-07-301-3/+12
* Implemented picking, at last. The picking sample is already checked in, but ...petersont@google.com2010-07-091-9/+295
* Adding debugging demo to o3d-webgl collection. Includes minor bug fix in para...luchen@google.com2010-06-081-5/+11
* Adding support for pointlist, linelist, linestrip, trianglestrip and triangel...luchen@google.com2010-06-081-4/+37
* Fixed a typo in pool code and made comments more google stylepetersont@google.com2010-05-171-2/+5
* Added culling sample.petersont@google.com2010-04-291-1/+39
* Changed the semantics of many fields throughout the o3d-webglkbr@google.com2010-04-221-57/+44
* Implemented Texture2D.drawImage, along the way cleaned up a number of lingeri...petersont@google.com2010-03-221-0/+7
* First check in of the o3d implimentation in webgl. Classes work well enough ...petersont@google.com2010-02-261-0/+157