CesiumGS / obj2gltf

Convert OBJ assets to glTF
Apache License 2.0
1.7k stars 305 forks source link

how to transform obj line(l)to gltf #170

Closed cyinginwhu closed 5 years ago

cyinginwhu commented 5 years ago

I have some models ,they are made up of lines,obj line(l).Obj2gltf can't do this work,do you have some better methods.

lilleyse commented 5 years ago

I know COLLADA2GLTF has support for lines so if you are able to convert your obj to COLLADA and then run it through that tool you should get a glTF with lines in it.

I'm going to close this for now because there's another issue open about adding line support in obj2gltf. See https://github.com/AnalyticalGraphicsInc/obj2gltf/issues/106.