diff options
Diffstat (limited to 'o3d/plugin/idl/material.idl')
-rw-r--r-- | o3d/plugin/idl/material.idl | 4 |
1 files changed, 4 insertions, 0 deletions
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 { |