Skip to content

Commit 3cd73b7

Browse files
committed
Add blurb about AR
1 parent ada09f8 commit 3cd73b7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

webgl/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ Geoid is Steven Ruppert's final project for **CSCI 547 Scientific Visualization*
1212

1313
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].
1414

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+
1517
## Technique
1618

1719
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

Comments
 (0)