https://github.com/programmarchy/iphone-earthsim
A sample OpenGL app that renders a model of the Earth
https://github.com/programmarchy/iphone-earthsim
Last synced: about 1 year ago
JSON representation
A sample OpenGL app that renders a model of the Earth
- Host: GitHub
- URL: https://github.com/programmarchy/iphone-earthsim
- Owner: programmarchy
- Created: 2011-08-10T23:46:47.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2011-08-10T23:59:08.000Z (almost 15 years ago)
- Last Synced: 2025-03-26T07:23:14.644Z (about 1 year ago)
- Language: Objective-C
- Homepage:
- Size: 10.5 MB
- Stars: 8
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
This is a sample app which is based on the OpenGL tutorial by David Jacobs.
The code for rendering a texture-mapped Earth sphere was ported from a C++ implementation by Ohad Eder Pressman.