# How bigger .gltf?

**URL:** https://community.cesium.com/t/how-bigger-gltf/4421
**Category:** CesiumJS
**Created:** [July 26, 2016, 3:40am UTC](https://community.cesium.com/t/how-bigger-gltf/4421 "2016-07-26T03:40:29Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Umar\_Sharif](https://avatars.discourse-cdn.com/v4/letter/u/bcef8e/32.png) [@Umar\_Sharif](https://community.cesium.com/u/Umar_Sharif)
#### Post date: [July 26, 2016, 3:40am UTC](https://community.cesium.com/t/how-bigger-gltf/4421/1 "2016-07-26T03:40:29Z")

</div>

Hello,  
How bigger the size of .gltf model can handle cesium?

If a file over 300mb, would it not effect the processing time? If so, what are good spec for a system to handle such files.

Thanks

---

<div class="post-metadata">

### Author: ![patrick](https://sea2.discourse-cdn.com/cesium/user_avatar/community.cesium.com/patrick/32/2045_2.png) [@patrick](https://community.cesium.com/u/patrick)
#### Post date: [July 31, 2016, 4:34pm UTC](https://community.cesium.com/t/how-bigger-gltf/4421/2 "2016-07-31T16:34:44Z")

</div>

Hi Umar,

We are working on 3D Tiles, a spatial data structure that contains glTF tiles, to stream massive models like this, see [https://github.com/AnalyticalGraphicsInc/3d-tiles](https://github.com/AnalyticalGraphicsInc/3d-tiles)

You could also try to run a decimation algorithm on the geometry and/or use lower resolution textures to load this as a single glTF model.

Patrick
