0
I Use This!
Inactive

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Mar 17, 2025 — Mar 17, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
o3djs: Recommit effect.js for skinning shader. More... over 15 years ago
Replaces matrix math functions in o3d-webgl with a new library that uses 1-dimensional arrays to represent matrices instead of 2-dimensional arrays. More... over 15 years ago
o3d-webgl: Assume 4 in case Float32Array is missing BYTES_PER_ELEMENT. More... over 15 years ago
This is a change that Daniel Horn did as part of this: More... over 15 years ago
Added createDrawElements to Transform class. One more function in the API. Review URL: http://codereview.chromium.org/3167046 More... over 15 years ago
Added capability for an error (default) cube map texture, so if a cube sampler doesn't have a texture associated with it, it doesn't choke WebGL. More... over 15 years ago
Added getter for field params on param object. (Just one more function in the API that got left behind) Review URL: http://codereview.chromium.org/3108052 More... over 15 years ago
Fix a few minor issues. More... over 15 years ago
Change the URL for when there is no WebGL More... over 15 years ago
o3d-webgl: Shader support for skinning. More... over 15 years ago
Converted o3d to use new types for floating point and integer arrays: Float32Array, Uint16Array et cetera. More... over 15 years ago
Adding implementations to two methods in texture.js and fixing a small typo/bug. More... over 15 years ago
Fixes edge case where two components of the world ray are both 0. Review URL: http://codereview.chromium.org/3013067 More... over 15 years ago
Changed primitive wireframe creation to be more correct, added to hellocube-wireframe.html to test. More... over 15 years ago
o3d-webgl: Fix Matrix4AxisRotation by copying the last row. More... over 15 years ago
Deleting trailing spaces, add ending newline where missing to make lint happy. Also delete some commented out CSS, etc. Review URL: http://codereview.chromium.org/3083012 More... over 15 years ago
o3d-webgl: Adding support for triangle fan/strip in picking. More... over 15 years ago
o3d-webgl: Added remaining param_operation classes. More... over 15 years ago
o3d-webgl: svn add vertex_source.js More... over 15 years ago
o3d-webgl: Skin, SkinEval and VertexSource classes. More... over 15 years ago
Review URL: http://codereview.chromium.org/2884048 More... over 15 years ago
Review URL: http://codereview.chromium.org/3047021 More... over 15 years ago
o3d-webgl: Fixes errors when loading animated meshes in simpleviewer. More... over 15 years ago
These changes are needed for when we turn on REAL OpenGL ES 2.0 GLSL and for the new texImage2D More... over 15 years ago
o3d-webgl: Adjusting Sampler to throw an error if client attempts to use BORDER as uv address mode (not supported in WebGL). Review URL: http://codereview.chromium.org/3038014 More... over 15 years ago
o3d-webgl: Avoid computation per element if ParamParamArray is bound. More... over 15 years ago
This adds four files ported from their C++ counterparts: animation.js, counter.js, curve.js and param_object.js. More... over 15 years ago
Implemented error texture support in client and ParamArray class. Fixed bug in effect.js that broke checkerboard texture if running using CG shaders. TODO: Still a bug with render surface sets; will file issue and tackle problem in separate CL. Review URL: http://codereview.chromium.org/2803007 More... over 15 years ago
Fixes a TypeError bug introduced in the picking change. Cannot cancel event propagation if the event is cloned; need to cancel the original event object. Review URL: http://codereview.chromium.org/2962009 More... over 15 years ago
Implemented picking, at last. The picking sample is already checked in, but to get the sample to draw the right thing required a bunch of ancillary bug fixes, also in this cl. Review URL: http://codereview.chromium.org/2874008 More... over 15 years ago