# On-Demand World Map

Loads the `world_map_overhead` template with `continuous: false`, so the scene renders on demand rather than every frame. This is well suited to mostly-static backdrops like world maps or menus where a continuously spinning render loop would waste GPU cycles. Switch to another template at any time with `setScene(sceneId)`.
