//这个是GLKViewControllerDelegate 里面Required的方法;
- (void)glkViewControllerUpdate:(GLKViewController *)controller;
//Required method for implementing GLKViewControllerDelegate.
//当GLKViewController子类化的时候,应该使用这个方法更新控制器;
//如果GLKViewControll被子类话,并且实现了-(void)update;
//那么这个上面这个方法就不会被调用;
网友评论