how can I import dwg file in ursina python?

Viewed 11

I want to create a background for my game with autocad, but I don't know to set the dwg project as background in my python (using ursina) app. Thanks

1 Answers

.dwg files are not supported by ursina. You'll have to first export it to a supported one like .obj, .glb or .gltf and then import that.

Related