Skip to content

Instantly share code, notes, and snippets.

@peteristhegreat
Last active October 24, 2024 12:40
Show Gist options
  • Save peteristhegreat/a8cc829e141e646079891a56708da05f to your computer and use it in GitHub Desktop.
Save peteristhegreat/a8cc829e141e646079891a56708da05f to your computer and use it in GitHub Desktop.
Google Maps Importer, RenderDoc, Blender Plugin MapsModelsImporter

https://www.youtube.com/watch?v=dmLXgt0sfq8

https://github.com/eliemichel/MapsModelsImporter

https://renderdoc.org/

chrome shortcut target :

C:\Windows\System32\cmd.exe /c "SET RENDERDOC_HOOK_EGL=0 && START "" ^"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe^" --disable-gpu-sandbox --gpu-startup-dialog"

if chrome is saved in Program Files instead of Program Files (x86) then use this:

C:\Windows\System32\cmd.exe /c "SET RENDERDOC_HOOK_EGL=0 && START "" ^"C:\Program Files\Google\Chrome\Application\chrome.exe^" --disable-gpu-sandbox --gpu-startup-dialog"

to can capture a larger parcel but still high-quality, zoom out in your chrome browser (ctrl + scroll or the three dots in the upper right corner)

Blender notes:

  1. Delete starting scene: A, Delete
  2. Import > RDC file
  3. Join all tiles: A, Ctrl-J

Firefox?

https://hackmd.io/@gfx-firefox/renderdoc-peer-training

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment