forked from dado3212/oceanography-final
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Minor adjustments for speed
- Loading branch information
Showing
2 changed files
with
19 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,13 @@ | ||
# oceanography-final | ||
Our final project for EARS 3: Oceanography - a visualization of the oceans using three.js | ||
# Oceanography Final Project | ||
|
||
This is our final project for EARS 3: Oceanography. | ||
|
||
It's a dynamic user visualization of the oceans and currents using three.js | ||
|
||
One of the large problems was the tradeoff between performance and image quality. | ||
|
||
With only the rotating Earth rendering, we get ~40 FPS. | ||
|
||
With the 'Currents' visualization running at 2048x1024, it runs at ~8 FPS. | ||
|
||
Running with the proper resolution of 4096x2048, it runs at ~4 FPS. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters