|
Panda3D
|
Public Member Functions | |
| __init__ (self, nodePath, bboxColor=None) | |
| __repr__ (self) | |
| computeBounds (self) | |
| computeTightBounds (self) | |
| createBBoxLines (self, bboxColor=None) | |
| getBounds (self) | |
| getCenter (self) | |
| getMax (self) | |
| getMin (self) | |
| getRadius (self) | |
| hide (self) | |
| recompute (self) | |
| setBoxColorScale (self, r, g, b, a) | |
| show (self) | |
| updateBBoxLines (self) | |
| vecAsString (self, vec) | |
Public Attributes | |
| bounds = self.getBounds() | |
| center = Point3((self.min + self.max)/2.0) | |
| lines = self.createBBoxLines(bboxColor) | |
| max = Point3(0) | |
| min = Point3(0) | |
| nodePath = nodePath | |
| float | radius = Vec3(self.max - self.min).length() |
| __init__ | ( | self, | |
| nodePath, | |||
| bboxColor = None ) |
| __repr__ | ( | self | ) |
| computeBounds | ( | self | ) |
| computeTightBounds | ( | self | ) |
| createBBoxLines | ( | self, | |
| bboxColor = None ) |
| getBounds | ( | self | ) |
| getCenter | ( | self | ) |
| getMax | ( | self | ) |
| getMin | ( | self | ) |
| getRadius | ( | self | ) |
| hide | ( | self | ) |
| recompute | ( | self | ) |
| setBoxColorScale | ( | self, | |
| r, | |||
| g, | |||
| b, | |||
| a ) |
| show | ( | self | ) |
| updateBBoxLines | ( | self | ) |
| vecAsString | ( | self, | |
| vec ) |
| bounds = self.getBounds() |
| center = Point3((self.min + self.max)/2.0) |
| lines = self.createBBoxLines(bboxColor) |
| max = Point3(0) |
| min = Point3(0) |
| nodePath = nodePath |
| float radius = Vec3(self.max - self.min).length() |