diff options
Diffstat (limited to 'o3d/plugin/idl/draw_pass.idl')
-rw-r--r-- | o3d/plugin/idl/draw_pass.idl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/o3d/plugin/idl/draw_pass.idl b/o3d/plugin/idl/draw_pass.idl index b331209..c627151 100644 --- a/o3d/plugin/idl/draw_pass.idl +++ b/o3d/plugin/idl/draw_pass.idl @@ -46,6 +46,8 @@ namespace o3d { %[ The sort method for this DrawPass to draw the DrawList by. + Default = BY_PERFORMANCE. + \sa o3d.DrawList %] [getter, setter] DrawList::SortMethod sort_method_; }; // Material |