Przeglądaj źródła

add unsorted bin to doc

David Rose 22 lat temu
rodzic
commit
b97b88e0c4
1 zmienionych plików z 5 dodań i 4 usunięć
  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
 The order of all the predefined bins (and their predefined sort
 orders) is as follows:
 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
 Thus, the 'fixed' bin can be used for things that must be rendered
 correctly relative to each other, but should render after all other
 correctly relative to each other, but should render after all other