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
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
.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.