Created
September 3, 2018 05:31
-
-
Save rockarts/e8e8743a11526754c86886f29b2b8c13 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| //create terrain geometry based on mapbox elevation data | |
| terrainNode.fetchTerrainHeights(minWallHeight: 100.0, enableDynamicShadows: true, progress: { progress, total in }, completion: { | |
| NSLog("Terrain load complete") | |
| //ADD THE POINTS OF INTEREST CALL HERE! | |
| self.addValleyofTheTenPeaksPOIMarkers() | |
| }) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment