Misterblue / convoar

Command line application for converting OpenSimulator OAR files into various other formats
Apache License 2.0
18 stars 6 forks source link

which formats ? #1

Closed BogusCurry closed 6 years ago

BogusCurry commented 7 years ago

Hello there ;D You write "Command line application for converting OpenSimulator OAR files into various other formats."

Now my question, in which formats mean you ?

Greetings Bogus

Misterblue commented 6 years ago

It has been nearly a year since you asked the question. Since I haven't stopped working on convoar, I will start keeping track of what's going on here.

I had tried using assimp (http://www.assimp.org/) to convert the meshes into most any format (OBJ, DAE, ...) but, after several months playing at getting the C++ to C# interface to work, I finally give up and am only outputting GLTF. The plan is to do an OAR to GLTF conversion and then collect a tool chain that can input that GLTF and optimize it.

I will have a convoar release real soon now that does the basic conversion.