---------------------------------------------------------------
| 225 | |
| 226 | //--------------------------------------------------------------- |
| 227 | void ExportNode::createControllerList() |
| 228 | { |
| 229 | if ( !mControllerList ) |
| 230 | mControllerList = new ControllerList(*this); |
| 231 | } |
| 232 | |
| 233 | //--------------------------------------------------------------- |
| 234 | Object* ExportNode::getInitialPose() const |