Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More models #180

Closed
pjcozzi opened this issue Nov 9, 2013 · 9 comments
Closed

More models #180

pjcozzi opened this issue Nov 9, 2013 · 9 comments

Comments

@pjcozzi
Copy link
Member

pjcozzi commented Nov 9, 2013

Any chance we can add a few more freely-available models to the models directory in the repo? We could really use the examples for learning.

Specifically:

  • Animation
  • Skinning
  • Morphs
  • Compression
  • Multi-pass

With these I think we would cover all the glTF features.

@crobi
Copy link

crobi commented Jan 27, 2014

@meshula
Copy link

meshula commented Jan 28, 2014

Have you guys seen this collection of DOTA models? The models are skinned and animated. I don't know what the provenance of the models is though since the rights aren't indicated on the repo. The SMD json files are really easy to parse.

@pissang
Copy link
Contributor

pissang commented Jan 28, 2014

@meshula You mean this? Those models are not compatible with the latest glTF specification, especially for skinning. I couldn't find much discussion about skinning and animation of glTF when I was writing fbx2gltf converter.

@meshula
Copy link

meshula commented Jan 28, 2014

Sorry, meant to include that link, yes. And fun repo, by the way :)

My thought was not that your models would work with gltf as is, but could be convertible to gltf if someone were to write a converter, if that's an acceptable usage of the data. I don't know if it is though.

I guess if the skinning specification for gltf is ready, I must have missed it. I saw some discussion such as this, #100 but couldn't find skinning in the schema - maybe I didn't look hard enough...

@pissang
Copy link
Contributor

pissang commented Jan 28, 2014

Thanks :) I think I should update the converter and models to the latest specification.

The official converter have included skinning and animation data. You can have a try. But I'm not sure if it is ready.

@pjcozzi
Copy link
Member Author

pjcozzi commented Feb 3, 2014

@meshula the schema is way behind the glTF converter, but skinning in the converter is pretty well supported. Schema and spec updates are at least a month out.

@pjcozzi pjcozzi added the tools label Nov 25, 2014
@pjcozzi
Copy link
Member Author

pjcozzi commented Jul 7, 2015

There are a few more models in #395.

@pjcozzi
Copy link
Member Author

pjcozzi commented Oct 1, 2015

Added a few more test models in #422.

@pjcozzi
Copy link
Member Author

pjcozzi commented Oct 15, 2015

We have a reasonable set of models in the sampleModels directory in the spec-1.0 branch. In #421, we will provide multiple glTF versions of each model: separate resources, embedded resources, KHR_binary_glTF, and KHR_materials_common.

@pjcozzi pjcozzi closed this as completed Oct 15, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants