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

How to interpret the DAE model in the program so that the model can be rendered with OpenGL #179

Open
17601614169 opened this issue Mar 9, 2021 · 1 comment

Comments

@17601614169
Copy link

What engine is used to interpret the DAE model? Is this engine suitable for IOS and PC?

@jamesbellaero
Copy link

jamesbellaero commented Mar 16, 2021

A relatively simple search of the repository yields your answers:

  1. He wrote the Collada (.dae) loader himself.
  2. It's written in Java, so you can probably use it for PC but probably not IOS without rewriting it.

In either case, you'll have to give credit to this repo and its creator.

Posting your question on threads unrelated to this one is unprofessional, annoying, and ultimately childish. Do not continue this behavior.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants