| 55 | } |
| 56 | |
| 57 | void Pose3DTool::onInitialize() |
| 58 | { |
| 59 | arrow_ = new Arrow( scene_manager_, NULL, 2.0f, 0.2f, 0.5f, 0.35f ); |
| 60 | arrow_->setColor( 0.0f, 1.0f, 0.0f, 1.0f ); |
| 61 | arrow_->getSceneNode()->setVisible( false ); |
| 62 | } |
| 63 | |
| 64 | void Pose3DTool::activate() |
| 65 | { |
nothing calls this directly
no outgoing calls
no test coverage detected