diff options
author | pathorn@chromium.org <pathorn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-16 20:31:14 +0000 |
---|---|---|
committer | pathorn@chromium.org <pathorn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-16 20:31:14 +0000 |
commit | f18031bef950ee217798ba1e20a0f20cef9c3571 (patch) | |
tree | cb001d43c5bcd8422d5e17ce7e4b9efa881e5d67 /o3d/samples/o3d-webgl/base.js | |
parent | 4dcbc1b552d96791b13dc3d876868dae3f8ad09d (diff) | |
download | chromium_src-f18031bef950ee217798ba1e20a0f20cef9c3571.zip chromium_src-f18031bef950ee217798ba1e20a0f20cef9c3571.tar.gz chromium_src-f18031bef950ee217798ba1e20a0f20cef9c3571.tar.bz2 |
This adds four files ported from their C++ counterparts: animation.js, counter.js, curve.js and param_object.js.
BUG=
TEST=o3d-webgl-samples/animations.html works
Review URL: http://codereview.chromium.org/2856032
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52731 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'o3d/samples/o3d-webgl/base.js')
-rw-r--r-- | o3d/samples/o3d-webgl/base.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/o3d/samples/o3d-webgl/base.js b/o3d/samples/o3d-webgl/base.js index ce46219..09ff8ea 100644 --- a/o3d/samples/o3d-webgl/base.js +++ b/o3d/samples/o3d-webgl/base.js @@ -269,5 +269,9 @@ o3d.include('shape'); o3d.include('effect'); o3d.include('material'); o3d.include('archive_request'); +o3d.include('param_operation'); +o3d.include('function'); +o3d.include('counter'); +o3d.include('curve'); |