mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-17 12:12:10 -04:00
Fixed logic error in drawInFront
This commit is contained in:
parent
9293e85bb7
commit
17ed6fc29a
@ -814,7 +814,7 @@ class Actor(PandaObject, NodePath):
|
||||
not extend beyond backPart, and that backPart is mostly flat
|
||||
(not self-occluding).
|
||||
|
||||
If mode >= 0, the frontPart geometry is placed in the 'fixed'
|
||||
If mode > 0, the frontPart geometry is placed in the 'fixed'
|
||||
bin, with the indicated drawing order. This will cause it to
|
||||
be drawn after almost all other geometry. In this case, the
|
||||
backPartName is actually unused.
|
||||
|
Loading…
x
Reference in New Issue
Block a user