|
Panda3D
|
Public Member Functions | |
| __init__ (self, parentNP=None) | |
| addCollider (self, collider) | |
| addUnpickable (self, item) | |
| collideWithBitMask (self, bitMask) | |
| collideWithGeom (self) | |
| collideWithWidget (self) | |
| findCollisionEntry (self, skipFlags=SKIP_NONE, startIndex=0) | |
| findNextCollisionEntry (self, skipFlags=SKIP_NONE) | |
| getCurrentEntry (self) | |
| isEntryBackfacing (self, entry) | |
| removeUnpickable (self, item) | |
| setCurrentEntry (self, entry) | |
| setCurrentIndex (self, index) | |
| setParentNP (self, parentNP) | |
Public Attributes | |
| collider = collider | |
| collisionNode = self.collisionNodePath.node() | |
| collisionNodePath = NodePath(CollisionNode("collisionNP")) | |
| ct = CollisionTraverser("DirectSelection") | |
| entry = None | |
| int | index = -1 |
| skipFlags = SKIP_NONE | |
| unpickable = UNPICKABLE | |
| __init__ | ( | self, | |
| parentNP = None ) |
| addCollider | ( | self, | |
| collider ) |
Reimplemented in SelectionSegment, and SelectionSphere.
| addUnpickable | ( | self, | |
| item ) |
| collideWithBitMask | ( | self, | |
| bitMask ) |
| collideWithGeom | ( | self | ) |
| collideWithWidget | ( | self | ) |
| findCollisionEntry | ( | self, | |
| skipFlags = SKIP_NONE, | |||
| startIndex = 0 ) |
| findNextCollisionEntry | ( | self, | |
| skipFlags = SKIP_NONE ) |
| getCurrentEntry | ( | self | ) |
| isEntryBackfacing | ( | self, | |
| entry ) |
Reimplemented in SelectionSphere.
| removeUnpickable | ( | self, | |
| item ) |
| setCurrentEntry | ( | self, | |
| entry ) |
| setCurrentIndex | ( | self, | |
| index ) |
| setParentNP | ( | self, | |
| parentNP ) |
| collider = collider |
| collisionNode = self.collisionNodePath.node() |
| collisionNodePath = NodePath(CollisionNode("collisionNP")) |
| ct = CollisionTraverser("DirectSelection") |
| entry = None |
| int index = -1 |
| skipFlags = SKIP_NONE |
| unpickable = UNPICKABLE |