خروجی ساختمانهای سهبعدی به قالب USD (Pixar) — استاندارد صنعتی جلوههای ویژه و واقعیت افزوده. از متریالها، صحنهها و سلسلهمراتب اشیا پشتیبانی میکند. USDZ برای واقعیت افزودهٔ Apple.
ویژگیهای کلیدی

دربارهٔ قالب USD
USD (Universal Scene Description) is a system for describing three-dimensional scenes that Pixar built for its own production and opened up in 2016. Today it is the backbone exchange format in film and in production: Houdini, Maya, Blender, Unreal and NVIDIA Omniverse read USD natively, and Apple built its AR format USDZ on top of it.
A map is exported to USD when the city is needed as a scene: a backdrop for a shot, an environment for visualizing a project, the context of a block in Omniverse. Instead of modeling city blocks by hand you get real development in the right proportions from a single export.
The output is a text .usda file: the Z axis points up, buildings are assembled as separate meshes under a common root, a ground plane lies beneath them by default, and coordinates are recalculated into meters from the center of the area. Height is taken from the height tag, otherwise from the number of floors at 3 meters each, otherwise from a typical height for that type of development, and as a last resort — 9 meters.
The format is handed over honestly: if neither OpenUSD nor the fallback pipeline managed to assemble the scene, the export returns an error rather than slipping you a glTF model with a .usda extension. The 3D extrusion area is limited to 1500 km² — over a larger area you get millions of meshes that no viewer will open.
چه برنامهای فایلهای USD را باز میکند
برنامهها و نرمافزارهای زیر میتوانند فایلهای USD/USDZ (Universal Scene Description) (.usda) صادرشده از OSM2CDR را باز و ویرایش کنند و با آنها کار کنند:
Format specifications
- Open standard
- 3D coordinates supported
- Lossless (no quality loss)
- Stores feature attributes
- Output: 1 file
- Universal Scene Description (Pixar / Linux Foundation OpenUSD). Hollywood VFX standard. Opens in Houdini, Maya, Omniverse.
چه کسانی از نقشههای USD استفاده میکنند
چگونه USD را خروجی بگیریم
نحوه باز کردن پس از خروجی
- Blender 3.0 and newer — File → Import → Universal Scene Description; the scene arrives in meters, and the units are worth checking during import.
- Houdini, Maya, Katana — USD is native to them: the file is attached as a stage or a reference, and buildings arrive as separate primitives.
- NVIDIA Omniverse — the scene opens directly and composes with other USD layers; handy when the city goes underneath a project.
- Unreal Engine and Unity — import through the USD plugin; for a game scene the geometry is usually simplified and merged, otherwise you end up with a lot of small objects.
- usdview from OpenUSD — quick viewing and checking of the scene hierarchy without heavy editors.
نقشههای محبوب در USD
خروجی نقشهٔ USD/USDZ (Universal Scene Description) را دریافت کنید
نقشههای حرفهای USD را از OpenStreetMap دانلود کنید. تولید آنی برای هر ناحیه.
پرسشهای متداول
قالبهای مرتبط
قالبهایی که اغلب همراه با هم خروجی گرفته میشوند
Related Articles
USD (Universal Scene Description) — Pixar Standard for VFX, Apple AR and NVIDIA Omniverse
USD is a Pixar format (2012, OSS 2016) for VFX pipelines: layer composition, supports Apple ARKit (USDZ), NVIDIA Omniver
guide3D Maps from OpenStreetMap: All Export Formats
Overview of all 3D map export formats from OSM: STL, OBJ, glTF, FBX, IFC, CityJSON. Which to choose for your task.