//设置GLKView背景透明
glClearColor(0.0, 0.0, 0.0, 0.0);
glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT);
[self.m_glkView setBackgroundColor:[UIColor clearColor]];