| 517 | } |
| 518 | |
| 519 | SoCamera* NavigationStyle::getCamera() const |
| 520 | { |
| 521 | return this->viewer->getCamera(); |
| 522 | } |
| 523 | |
| 524 | std::shared_ptr<NavigationAnimation> NavigationStyle::setCameraOrientation( |
| 525 | const SbRotation& orientation, |
no outgoing calls
no test coverage detected