From 756ac71a81a5be5e4e1b23c2734b5631848fe0fc Mon Sep 17 00:00:00 2001 From: "gman@google.com" Date: Mon, 20 Jul 2009 19:21:35 +0000 Subject: The compiled version of the o3djs libs WORK! Sadly there is some really strange voodoo to make it work. util.js was using document.getElementsByTagName('script') and it was not returning all the scripts. Lots of dump() lines later the voodoo of calling document.getElementsByTagName('script').length (the length is important) in some place earlier in the code fixes the issue. Also, added the copyright to the compiled file Added parameter docs Review URL: http://codereview.chromium.org/159049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21085 0039d316-1c4b-4281-b951-d872f2087c98 --- o3d/plugin/idl/matrix4_translation.idl | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'o3d/plugin/idl/matrix4_translation.idl') diff --git a/o3d/plugin/idl/matrix4_translation.idl b/o3d/plugin/idl/matrix4_translation.idl index 29afdc3..7a1e812 100644 --- a/o3d/plugin/idl/matrix4_translation.idl +++ b/o3d/plugin/idl/matrix4_translation.idl @@ -34,6 +34,11 @@ namespace o3d { %[ This param operation applies a translation to its input matrix. It can be used, for example, to supply the local matrix of a transform. + + @o3dparameter inputMatrix ParamMatrix4 The input matrix. + @o3dparameter translation ParamFloat3 The translation. + @o3dparameter outputMatrix ParamMatrix4 The result of translating + the input matrix by the translation. %] [nocpp, include="core/cross/matrix4_translation.h"] class Matrix4Translation : ParamObject { -- cgit v1.1