瀏覽代碼

add unsorted bin to doc

David Rose 22 年之前
父節點
當前提交
b97b88e0c4
共有 1 個文件被更改,包括 5 次插入4 次删除
  1. 5 4
      panda/src/doc/howto.control_render_order

+ 5 - 4
panda/src/doc/howto.control_render_order

@@ -111,10 +111,11 @@ GeomBinFixed.
 The order of all the predefined bins (and their predefined sort
 orders) is as follows:
 
-  10 - 'background' : GeomBinFixed
-  20 - 'default'    : GeomBinNormal (opaque sub-bin)
-  30 - 'default'    : GeomBinNormal (transparent sub-bin)
-  40 - 'fixed'      : GeomBinFixed
+  10 - 'background'  : GeomBinFixed
+  20 - 'opaque'      : GeomBinNormal (opaque sub-bin)
+  30 - 'transparent' : GeomBinNormal (transparent sub-bin)
+  40 - 'fixed'       : GeomBinFixed
+  50 - 'unsorted'    : GeomBinUnsorted
 
 Thus, the 'fixed' bin can be used for things that must be rendered
 correctly relative to each other, but should render after all other