osen / openradiant

A Quake III level editor that can be used with any engine
Other
26 stars 4 forks source link

Import GLTF / GLB props #1

Open HeadClot opened 3 years ago

HeadClot commented 3 years ago

Are there any plans to add support for importing GTLF / GLB files? So we can use the imported files as props in open radiant.

osen commented 3 years ago

I am currently looking at importing models within OpenRadiant. The upstream GtkRadiant does support it in some manner and I really just need to clean it up. Then in the exporter to merge the mesh faces with the brush faces.

I will probably start with .obj first but as per your other ticket, GLTF as an open / documented standard is something I am interested in supporting.