Skip to content

Commit

Permalink
display the # of COVID cases on a 3D map
Browse files Browse the repository at this point in the history
this PR is related to CodingTrain#2615 in which I have displayed number of cases on a 3D map by using the `height` property of the boxes 

Happy Hacktoberfest 2020
  • Loading branch information
JacobGeoGeek authored Oct 28, 2020
1 parent 77ab3a1 commit 67b5096
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions _CodingChallenges/058-earthquakeviz3d.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ contributions:
- title: "Tadimon's aligned texture"
author: "Tadimon"
source: https://github.com/tadimon/Rainbow-Code/tree/master/challenges/CC_058_EarthQuakeViz3D
- title: "COVID-19 in 3D map"
author: "JacobGeoGeek"
url: "https://editor.p5js.org/JacobGeoGeek/full/RjkCQVEU8"
source: "https://github.com/JacobGeoGeek/covid-19-visualisation-3D"
---

In this coding challenge, I follow up on the Earthquake Data Visualization challenge and create a 3D version in Processing(Java) using spherical coordinates. I also discuss some 3D vector math including the cross product.

0 comments on commit 67b5096

Please sign in to comment.