You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: webgl/README.md
+2
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,8 @@ Geoid is Steven Ruppert's final project for **CSCI 547 Scientific Visualization*
12
12
13
13
The project was inspired by [Fernanda Viégas and Martin Wattenberg's animated US Wind map][3], and [Nicolas Garcia Belmonte's work with animated vector field visualization and WebGL][4].
14
14
15
+
Originally, this project was going to be a visualization layer on top of the augmented reality globe project in this same repository, but that part of the project didn't work as well as expected, so it is instead implemented in WebGL.
16
+
15
17
## Technique
16
18
17
19
A basic sphere is textured with a visualization of the ocean surface current vector field (and satellite imagery of land from [Blue Marble Next Generation][5]. Textures are mapped to the sphere in longitude/latitude space. The visualization texture is generated every frame using the following technique:
0 commit comments