openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
O
o3d-webgl
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
2 days
ago. based on code collected
2 days
ago.
Mar 17, 2025 — Mar 17, 2026
Showing page 1 of 3
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
o3djs: Recommit effect.js for skinning shader.
[email protected]
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.
[email protected]
More...
over 15 years ago
o3d-webgl: Assume 4 in case Float32Array is missing BYTES_PER_ELEMENT.
[email protected]
More...
over 15 years ago
This is a change that Daniel Horn did as part of this:
[email protected]
More...
over 15 years ago
Added createDrawElements to Transform class. One more function in the API. Review URL: http://codereview.chromium.org/3167046
[email protected]
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.
[email protected]
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
[email protected]
More...
over 15 years ago
Fix a few minor issues.
[email protected]
More...
over 15 years ago
Change the URL for when there is no WebGL
[email protected]
More...
over 15 years ago
o3d-webgl: Shader support for skinning.
[email protected]
More...
over 15 years ago
Converted o3d to use new types for floating point and integer arrays: Float32Array, Uint16Array et cetera.
[email protected]
More...
over 15 years ago
Adding implementations to two methods in texture.js and fixing a small typo/bug.
[email protected]
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
[email protected]
More...
over 15 years ago
Changed primitive wireframe creation to be more correct, added to hellocube-wireframe.html to test.
[email protected]
More...
over 15 years ago
o3d-webgl: Fix Matrix4AxisRotation by copying the last row.
[email protected]
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
[email protected]
More...
over 15 years ago
o3d-webgl: Adding support for triangle fan/strip in picking.
[email protected]
More...
over 15 years ago
o3d-webgl: Added remaining param_operation classes.
[email protected]
More...
over 15 years ago
o3d-webgl: svn add vertex_source.js
[email protected]
More...
over 15 years ago
o3d-webgl: Skin, SkinEval and VertexSource classes.
[email protected]
More...
over 15 years ago
Review URL: http://codereview.chromium.org/2884048
[email protected]
More...
over 15 years ago
Review URL: http://codereview.chromium.org/3047021
[email protected]
More...
over 15 years ago
o3d-webgl: Fixes errors when loading animated meshes in simpleviewer.
[email protected]
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
[email protected]
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
[email protected]
More...
over 15 years ago
o3d-webgl: Avoid computation per element if ParamParamArray is bound.
[email protected]
More...
over 15 years ago
This adds four files ported from their C++ counterparts: animation.js, counter.js, curve.js and param_object.js.
[email protected]
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
[email protected]
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
[email protected]
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
[email protected]
More...
over 15 years ago
←
1
2
3
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree