glTF 🏠

glTF (GL Transmission Format)

Open Beta
.gltf · model/gltf+json

glTF हे 3D दृश्ये आणि प्रतिकृतींसाठीचे आधुनिक खुले स्वरूप आहे. इमारती टेक्सचर आणि मटेरियलसह 3D मध्ये उठवल्या जातात. वेब 3D (three.js, Babylon.js) आणि गेम इंजिनांसाठीचे मानक.

आता glTF निर्यात करा ✨ Open Beta — विनामूल्य, कोणत्याही मर्यादा नाहीत

मुख्य वैशिष्ट्ये

उंचीसह 3D इमारती
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 फाइल्स कोणता कार्यक्रम उघडतो

खालील कार्यक्रम आणि अनुप्रयोग OSM2CDR मधून निर्यात केलेल्या glTF (GL Transmission Format) (.gltf) फाइल्स उघडू, संपादित करू आणि त्यांवर काम करू शकतात:

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

Format specifications

glTF नकाशे कोण वापरतो

🏗
वेब 3D दृश्यीकरण
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.
🎨
3D शहर नकाशे
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 निवडा
127 उपलब्ध निर्यात स्वरूपांच्या यादीतून glTF (GL Transmission Format) निवडा
3
निर्यात
«निर्यात» क्लिक करा आणि 1-5 मिनिटांत आपली .gltf फाइल मिळवा
4
डाउनलोड
तयार glTF फाइल डाउनलोड करा आणि ती Blender मध्ये उघडा

निर्यातीनंतर कसे उघडावे

glTF मधील लोकप्रिय नकाशे

मोफत

glTF (GL Transmission Format) नकाशा निर्यात मिळवा

OpenStreetMap मधून व्यावसायिक glTF नकाशे डाउनलोड करा. तत्काळ निर्मिती, कोणतेही क्षेत्र.

विनामूल्य / निर्यात
आता 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