GLB는 glTF 형식의 바이너리 변형입니다. 전체 3D 장면(지오메트리, 재질, 텍스처)이 하나의 간결한 파일에 패킹됩니다. 리소스가 분리된 glTF에 비해 로딩이 빠르고 크기가 작습니다.
주요 기능

GLB 형식 소개
glTF 2.0 is the Khronos Group standard for transmitting 3D scenes, often called "the JPEG of 3D": a scene description, geometry and materials in the PBR model. GLB is its binary packing, where everything including buffers and textures sits in a single file. That is exactly why GLB became the default format for the web, for augmented reality and for quick model exchange.
The export is for when a 3D city has to show up in a browser or on a phone: an interactive model of a block on a website, an AR view of the development, a project presentation with no special software to install. GLB opens in the built-in Windows viewer and loads into three.js in a few lines.
Only buildings go into the scene. Every outline is extruded to its own height: first by the height tag, then by building:levels multiplied by 3 meters, and if neither is present, by a neutral default of about 9 meters. Optionally a flat base is added; there is no terrain relief in the file.
Coordinates are meters relative to the center of the selected area, so the model arrives at real scale and does not fly off from the origin. Buildings are colored by development type with PBR materials, so in a viewer the scene looks meaningful straight away, with no manual setup.
GLB 파일을 여는 프로그램
다음 프로그램과 애플리케이션으로 OSM2CDR에서 내보낸 GLB (Binary glTF)(.glb) 파일을 열고 편집하고 작업할 수 있습니다:
Format specifications
- Open standard
- 3D coordinates supported
- Lossless (no quality loss)
- Stores feature attributes
- Output: 1 file
- glTF 2.0 binary container (.glb). Single self-contained file with mesh + textures. Best for AR/VR and Web 3D.
GLB 지도 사용자
GLB 내보내기 방법
내보낸 뒤 여는 방법
- Windows 10 and 11 — open it with a double click in the built-in "3D Viewer": you can spin the model around without installing anything.
- Blender (free) — File → Import → glTF 2.0; the scene arrives with materials, and from there it is lighting, camera and rendering.
- three.js and Babylon.js — GLTFLoader loads the .glb directly; the file is self-contained, there are no separate assets to place alongside.
- Unity and Unreal Engine — import through a glTF plugin (in Unity that is glTFast or UnityGLTF); if your pipeline is set up for a different format, download FBX from us.
- Showing it to a client — upload the file to the Khronos online glTF viewer or to Sketchfab: the link opens in any browser, mobile included.
GLB 형식의 인기 지도
GLB (Binary glTF) 지도 내보내기 받기
OpenStreetMap에서 전문가용 GLB 지도를 다운로드하세요. 즉시 생성, 모든 영역 지원.
자주 묻는 질문
관련 형식
함께 자주 내보내는 형식
Related Articles
GLB and a 3D city map: download a buildings model in GLB, OBJ or STL
What GLB is, how to open it on Windows, online and in Blender, and how to download a 3D city buildings model straight to
formatglTF — The JPEG of 3D: Khronos's Web, AR/VR, and Games Format, with OSM Building Export
Khronos Group's glTF 2.0 since June 2017: JSON + .bin + PBR materials, Draco compression, GLB binary container, OSM buil
formatGLB (Binary glTF) format: web 3D and AR — single-file OSM export to .glb
GLB as binary form of glTF 2.0 by Khronos: chunked layout, PBR materials, web 3D viewers, OSM building single-file .glb