diff options
Diffstat (limited to 'o3d/plugin/idl/clear_buffer.idl')
-rw-r--r-- | o3d/plugin/idl/clear_buffer.idl | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/o3d/plugin/idl/clear_buffer.idl b/o3d/plugin/idl/clear_buffer.idl index 8a10453..78dc176 100644 --- a/o3d/plugin/idl/clear_buffer.idl +++ b/o3d/plugin/idl/clear_buffer.idl @@ -34,6 +34,16 @@ namespace o3d { %[ A ClearBuffer is a render node that clears the color buffer, zbuffer and/or stencil buffer of the current render target. + + @o3dparameter clearColor ParamFloat4 The color to clear to. + @o3dparameter clearColorFloat ParamBoolean True to clear the color of the + current render target. + @o3dparameter clearColor ParamFloat The depth value to clear to (0.0 to 1.0). + @o3dparameter clearColorFloat ParamBoolean True to clear the depth of the + current render target. + @o3dparameter clearColor ParamInteger The stencil value to clear to. + @o3dparameter clearColorFloat ParamBoolean True to clear the stencil of the + current render target. %] [nocpp, include="core/cross/clear_buffer.h"] class ClearBuffer |