Live data from Hacker News

Google Photorealistic 3D Tiles and Unreal Engine

nilsbakker.nl

11–20 of 131 posts

Re: Google Photorealistic 3D Tiles and Unreal Engine

#13
post #9

Looks insanely cool! I also made a simple web-based demo with Deck.GL + shadow lighting + post-processing effects here: https://cheeaun.github.io/photorealistic-3d-deckgl/ There's a limit of 250K "3D Tiles renderer requests per day" so it'll stop serving tiles if exceeded.

Thanks for the info. This is per API key? How many renderer requests does a user use per minute? I'm just trying to figure out if this is something that can be used in an app at scale.

Re: Google Photorealistic 3D Tiles and Unreal Engine

#17
post #13
post #9

Looks insanely cool! I also made a simple web-based demo with Deck.GL + shadow lighting + post-processing effects here: https://cheeaun.github.io/photorealistic-3d-deckgl/ There's a limit of 250K "3D Tiles renderer requests per day" so it'll stop serving tiles if exceeded.

Thanks for the info. This is per API key? How many renderer requests does a user use per minute? I'm just trying to figure out if this is something that can be used in an app at scale.

Limit applies per project if I’m not mistaken. More info here https://developers.google.com/maps/documentation/tile/usage_...

I’m not really sure if there’s a limit per user. It’s still beta and I can’t or don’t dare to increase the quota for now.

Re: Google Photorealistic 3D Tiles and Unreal Engine

#18
post #13
post #9

Looks insanely cool! I also made a simple web-based demo with Deck.GL + shadow lighting + post-processing effects here: https://cheeaun.github.io/photorealistic-3d-deckgl/ There's a limit of 250K "3D Tiles renderer requests per day" so it'll stop serving tiles if exceeded.

Thanks for the info. This is per API key? How many renderer requests does a user use per minute? I'm just trying to figure out if this is something that can be used in an app at scale.

    "message": "Quota exceeded for quota metric '3D Tiles root requests' and limit '3D Tiles root requests per day' of service 'tile.googleapis.com' for consumer 'project_number:174664172126'.",

Re: Google Photorealistic 3D Tiles and Unreal Engine

#20
post #18
post #13

Earlier quoted context omitted.

Thanks for the info. This is per API key? How many renderer requests does a user use per minute? I'm just trying to figure out if this is something that can be used in an app at scale.

"message": "Quota exceeded for quota metric '3D Tiles root requests' and limit '3D Tiles root requests per day' of service 'tile.googleapis.com' for consumer 'project_number:174664172126'.",

Wow that’s really fast
Post reply on HN