KhronosGroup/glTF-Asset-Generator

Create MD detailing the base model used

Opened this issue · 4 comments

stevk commented

We used one basic model when generating models for tests. We should details it's specifics somewhere.

I'm currently working on a way to present the geometry details in a md file. This is a sample of one I have on a gist:

https://gist.github.com/kcoley/7c90f1d663e787de41e34220f461aedf#file-trianglenoindices-md

I realize as we do different test, the geometry information may change. This poses these questions:

  • Would we need a unique geometry md file for each generated asset?
  • Should some information be omitted? (color/ tangents, etc.)
  • Should the presentation of this data be changed to be clearer?

In terms of consistency, it seems the positions, normals and tangents should not change for the initial set of tests we have created. The texture coords and colors can potentially vary depending on the test.

We are currently using an image generated by @PatrickRyanMS

stevk commented

Where is image displayed?

Sorrry, was trigger happy. We don't have this image yet.