android-3D-model-viewer icon indicating copy to clipboard operation
android-3D-model-viewer copied to clipboard

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

Open 17601614169 opened this issue 4 years ago • 1 comments

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

17601614169 avatar Mar 09 '21 02:03 17601614169

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.

jamesbellaero avatar Mar 16 '21 15:03 jamesbellaero