An open API service indexing awesome lists of open source software.

https://github.com/cheeaun/photorealistic-3d-deckgl

Deck.GL with Google Maps Photorealistic 3D Tiles demo - lighting with shadows and post-processing effects
https://github.com/cheeaun/photorealistic-3d-deckgl

3d-tiles deck-gl googlemaps googlemaps-api photorealistic-3d

Last synced: 5 months ago
JSON representation

Deck.GL with Google Maps Photorealistic 3D Tiles demo - lighting with shadows and post-processing effects

Awesome Lists containing this project

README

          

Deck.GL with Google Maps Photorealistic 3D Tiles demo - lighting with shadows and post-processing effects
===

https://github.com/cheeaun/photorealistic-3d-deckgl/assets/2296/0f7ee2fc-f0c1-47bd-9fc5-43c5399a6b4a

This demo shows how to use [Google Maps Photorealistic 3D Tiles](https://cloud.google.com/blog/products/maps-platform/create-immersive-3d-map-experiences-photorealistic-3d-tiles) with [deck.gl](https://deck.gl) to create a 3D map with lighting, shadows, and post-processing effects.

Technical details
---

Run a local server to serve this folder.

E.g. for Node.js, run `npx serve` and open the site in a browser.

Resources
---

- [Work with a 3D tile renderer: Deck.GL](https://developers.google.com/maps/documentation/tile/use-renderer#work_with_deckgl)
- [Deck.GL: SunLight](https://deck.gl/docs/api-reference/core/sun-light)
- [Deck.GL: PostProcessEffect](https://deck.gl/docs/api-reference/core/post-process-effect)