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/material.idl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'o3d/plugin/idl/material.idl') diff --git a/o3d/plugin/idl/material.idl b/o3d/plugin/idl/material.idl index 7c4374d..890f04f 100644 --- a/o3d/plugin/idl/material.idl +++ b/o3d/plugin/idl/material.idl @@ -37,6 +37,10 @@ namespace o3d { The parameters needed on a Material will vary depending its Effect. Note that a material MUST have its drawList set in order for objects using it to render. + + @o3dparameter state ParamState The State used by this material. + @o3dparameter effect ParamEffect The Effect used by this material. + @o3dparameter drawList ParamDrawList The the DrawList used by this material. %] [nocpp, include="core/cross/material.h"] class Material : ParamObject { -- cgit v1.1