|
Panda3D
|
Public Member Functions | |
| __init__ (self, parent, nodePath) | |
| addChild (self, child) | |
| analyze (self) | |
| analyzeChildren (self) | |
| calcNumFaces (self, geom) | |
| calcTextureBytes (self) | |
| calcVertexBytes (self, geom) | |
| getChildren (self) | |
| getName (self) | |
| getNumChildren (self) | |
| getParent (self) | |
| getPathName (self) | |
| getSelfVertexBytes (self) | |
| getVertexBytes (self) | |
| ls (self, indent="") | |
Public Attributes | |
| list | children = [] |
| int | childrenVertexBytes = 0 |
| nodePath = nodePath | |
| int | numFaces = 0 |
| parent = parent | |
| str | pathName = parent.pathName + "/" + nodePath.getName() |
| int | selfVertexBytes = 0 |
| int | textureBytes = 0 |
| vertexBytes | |
| __init__ | ( | self, | |
| parent, | |||
| nodePath ) |
| addChild | ( | self, | |
| child ) |
| analyze | ( | self | ) |
| analyzeChildren | ( | self | ) |
| calcNumFaces | ( | self, | |
| geom ) |
| calcTextureBytes | ( | self | ) |
| calcVertexBytes | ( | self, | |
| geom ) |
| getChildren | ( | self | ) |
| getName | ( | self | ) |
| getNumChildren | ( | self | ) |
| getParent | ( | self | ) |
| getPathName | ( | self | ) |
| getSelfVertexBytes | ( | self | ) |
| getVertexBytes | ( | self | ) |
| ls | ( | self, | |
| indent = "" ) |
| children = [] |
| int childrenVertexBytes = 0 |
| nodePath = nodePath |
| numFaces = 0 |
| parent = parent |
| str pathName = parent.pathName + "/" + nodePath.getName() |
| int selfVertexBytes = 0 |
| textureBytes = 0 |
| vertexBytes |