Browse Source

clarify 'default'

David Rose 22 years ago
parent
commit
010e616d80
1 changed files with 2 additions and 2 deletions
  1. 2 2
      panda/src/doc/howto.control_render_order

+ 2 - 2
panda/src/doc/howto.control_render_order

@@ -112,8 +112,8 @@ The order of all the predefined bins (and their predefined sort
 orders) is as follows:
 orders) is as follows:
 
 
   10 - 'background'  : GeomBinFixed
   10 - 'background'  : GeomBinFixed
-  20 - 'opaque'      : GeomBinNormal (opaque sub-bin)
-  30 - 'transparent' : GeomBinNormal (transparent sub-bin)
+  20 - 'opaque'      : GeomBinNormal (opaque sub-bin of 'default')
+  30 - 'transparent' : GeomBinNormal (transparent sub-bin of 'default')
   40 - 'fixed'       : GeomBinFixed
   40 - 'fixed'       : GeomBinFixed
   50 - 'unsorted'    : GeomBinUnsorted
   50 - 'unsorted'    : GeomBinUnsorted