Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emilwidlund/3d-terrain
A Framer X module that renders 3D Terrains based on Longitude & Latitude coordinates
https://github.com/emilwidlund/3d-terrain
Last synced: about 1 month ago
JSON representation
A Framer X module that renders 3D Terrains based on Longitude & Latitude coordinates
- Host: GitHub
- URL: https://github.com/emilwidlund/3d-terrain
- Owner: emilwidlund
- Created: 2019-07-22T16:37:43.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-01-27T16:06:24.000Z (almost 3 years ago)
- Last Synced: 2024-05-02T01:04:27.003Z (7 months ago)
- Language: TypeScript
- Size: 46.9 KB
- Stars: 13
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Generate an interactive 3D Terrain based on Longitude & Latitude coordinates.
Make sure to provide a valid Mapbox API Key to the Terrain Component.
A context containing the underlying terrain mesh, WebGL Renderer, Scene, Camera & OrbitControls can be retrieved by passing down an ´onTerrainLoad´ function.
### Changes
#### Version 1.2.0
- Updated lights and environment in Scene#### Version 1.1.0
- Constructs the edge vertices using the instanced tileSize instead of a hard coded value.