duzexu / SFOpenGLESPanorama

使用opengl实现ios全景视图

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#SFOpenGLESPanorama

This project illustrates how to implement a parorama viewer on iOS

ScreenShot

Bellow is the output for Google Cardboard:

ScreenShot

Features

  • Based on OpenGLES 2.0,without GLKBaseEffect;
  • The camera's viewpoint can be controlled by pan gestures or CMDeviceMotion's attitudes;
  • Support output for Google Cardboard benefitting from "CardboardSDK-iOS" (https://github.com/rsanchezsaez/CardboardSDK-iOS);
  • I keep the code as concise as I can.

License

This code is distributed under the terms and conditions of the MIT license.

About

使用opengl实现ios全景视图


Languages

Language:Objective-C++ 67.4%Language:Objective-C 20.8%Language:C++ 11.3%Language:C 0.5%