Fly Map
fly_mapGenerate a fly-through demo that tours all rooms of a map, then render it into a video so the user can see what the map looks like. Supply EITHER: • map — an existing map name (same lookup as get_bsp_info), OR • spec — a MapSpec JSON (same schema as generate_map) The camera visits every room in connectivity order (BFS from the first room, following corridor links). In each room it hovers at fly_height above the floor and performs a slow 360° pan, then flies to the next room at fly_speed_ups units/second. Typical workflow after generate_map: 1. fly_map(spec=<the spec you just generated>) → demo .dm_91 + optional video 2. Or: fly_map(map='mymapname') to tour an existing BSP 3. Optionally call render_demo_preview / render_demo_hq on the output demo for a higher-quality video render. Returns the demo path/URL and a human-readable camera-path log.
Pricing
Per call
$0.02
Model
time-based
Pay only for what you use. No subscriptions.
Inputs
output_path
stringnullfly_speed_ups
numbernullfly_height
numbernullroom_dwell_ms
integernullmap
stringnullspec *
object
