-------------------------------------------------------------------------------- Bind --------------------------------------------------------------------------------
| 520 | // Bind |
| 521 | //-------------------------------------------------------------------------------- |
| 522 | bool MoreTeapotsRenderer::Bind(ndk_helper::TapCamera* camera) { |
| 523 | camera_ = camera; |
| 524 | return true; |
| 525 | } |
| 526 | |
| 527 | //-------------------------------------------------------------------------------- |
| 528 | // Helper functions |