4

I'm currently researching my options on effeciently exchanging data for a webgl application. I understand the gltf format is still being drafted but I need some example data to understand whether this format is really useful for my application.

I'm currently using JSON data and I need to figure out whether there are any benefits to using data formats which are closer to the hardware. As far as I understand gltf also uses some JSON structures.

Are there any gltf example datasets available already?

q9f
  • 703
  • 2
  • 8
  • 22
  • I'm afraid resource requests are off topic. Ironically I only spotted this was off topic because of the recent edit... This could potentially be edited to ask specifically for details of the benefits of this data format, but after the time since posting and the existing answers, such a significant change is probably better posted as a brand new question. Feel free to pop into [chat] if you have any queries (or anyway...). – trichoplax is on Codidact now Jun 15 '16 at 22:02
  • 1
    Fair enough. I was looking for a mininal working example anyways and solved that via this thread. – q9f Jun 16 '16 at 09:53

2 Answers2

3

Also check out the glTF models used in Cesium:

Patrick

pjcozzi
  • 46
  • 1
2

Ok sometimes you have to ask a question to figure out the answer already.

Example datasets are available in the same repository as linked in the question already.

Here are some:

q9f
  • 703
  • 2
  • 8
  • 22