glTF 🏠

glTF (GL Transmission Format)

Open Beta
.gltf · model/gltf+json

Το glTF είναι μια σύγχρονη ανοιχτή μορφή για τρισδιάστατες σκηνές και μοντέλα. Τα κτίρια εξωθούνται σε τρεις διαστάσεις με υφές και υλικά. Το πρότυπο για το τρισδιάστατο web (three.js, Babylon.js) και τις μηχανές παιχνιδιών.

Εξαγωγή glTF τώρα ✨ Open Beta — δωρεάν, χωρίς όρια

Βασικά χαρακτηριστικά

Τρισδιάστατα κτίρια με ύψη
Υλικά PBR
Μορφή JSON (ευανάγνωστη)
Υποστήριξη κίνησης και υφών
Example glTF export (central Moscow, 1x0.5 km)
Example: central Moscow, ~1×0.5 km, medium detail

Σχετικά με τη μορφή glTF

glTF 2.0 is the Khronos Group's open standard for delivering three-dimensional scenes: geometry, materials and scene structure are described in JSON, while vertices and faces live in binary buffers. The format was conceived as the JPEG of 3D, and today browser engines, game editors and viewers read it without conversion.

OpenStreetMap maps are exported to glTF when you need a city with volume rather than a picture: to spin a block right in the browser, drop the built-up area into a Unity or Unreal scene, show the surroundings in AR, or assemble the geometric base of a digital twin. From there the model is edited in Blender like any other 3D scene.

The file contains the buildings of the selected area: each house outline is extruded upward to its height from the height and building:levels tags, and when those are missing a sensible value is substituted by building type — a detached house gets about six meters, a garage three, a building with no stated type nine, roughly three floors. Roads, water and greenery do not make it into the 3D scene, and terrain is not taken into account: the buildings stand on a flat base plane added underneath the model. Color is assigned by building type, the material is matte, with no metallic sheen.

Coordinates are converted to local meters with the origin at the center of the area, so the model arrives at real-world scale and right next to the scene origin — no hunting for it and no rescaling. The .gltf file is self-contained: the binary buffers are embedded inside as data URIs, no separate .bin appears alongside. If you need a single compact binary, GLB sits right next to it.

Ποιο πρόγραμμα ανοίγει αρχεία glTF

Τα ακόλουθα προγράμματα και εφαρμογές μπορούν να ανοίξουν, να επεξεργαστούν και να εργαστούν με αρχεία glTF (GL Transmission Format) (.gltf) που έχουν εξαχθεί από το OSM2CDR:

🎲Blender 💻three.js 💻Babylon.js 🎮Unity 🎮Unreal Engine 💻Cesium

Format specifications

Ποιοι χρησιμοποιούν χάρτες glTF

🏗
Διαδικτυακή τρισδιάστατη απεικόνιση
A ready-made scene for three.js and Babylon.js: the built-up area spins right in the browser, with no plugins.
💻
Μηχανές παιχνιδιών
Importing city buildings into Unity and Unreal as the basis of a level or as background surroundings.
📊
Εφαρμογές AR/VR
A lightweight block model for AR scenes and VR walkthroughs — the format is read by mobile and headset engines.
🎨
Τρισδιάστατοι χάρτες πόλεων
A volumetric model of a district with real building heights for presentations and city portals.
🗺
Ψηφιακό δίδυμο
The geometric base of a digital twin: buildings in meters, with data tied to them later.

Πώς να εξαγάγετε glTF

1
Επιλογή περιοχής
Σχεδιάστε ένα ορθογώνιο ή πολύγωνο στον διαδραστικό χάρτη στο osm2cdr.ru
2
Επιλέξτε glTF
Επιλέξτε glTF (GL Transmission Format) από τη λίστα με τις 127 διαθέσιμες μορφές εξαγωγής
3
Εξαγωγή
Κάντε κλικ στο «Εξαγωγή» και λάβετε το αρχείο σας .gltf σε 1-5 λεπτά
4
Λήψη
Κατεβάστε το έτοιμο αρχείο glTF και ανοίξτε το στο Blender

Πώς να το ανοίξετε μετά την εξαγωγή

Δημοφιλείς χάρτες σε glTF

Δωρεάν

Αποκτήστε εξαγωγές χαρτών glTF (GL Transmission Format)

Κατεβάστε επαγγελματικούς χάρτες glTF από το OpenStreetMap. Άμεση δημιουργία, για οποιαδήποτε περιοχή.

Δωρεάν / εξαγωγή
Εξαγωγή glTF τώρα →

Συχνές ερωτήσεις

Ποια είναι η διαφορά μεταξύ glTF και GLB;
Μπορώ να το προβάλω σε πρόγραμμα περιήγησης;
Από πού προέρχονται τα ύψη των κτιρίων;
Can I view it in a browser?
Where do building heights come from?
Do I need separate .bin files next to the .gltf?
At what scale and where is the model placed?
Are there facade textures?

Σύγκριση με άλλες μορφές

Σχετικές μορφές

Συχνά εξάγονται μαζί

Related Articles