Rendering .dwg and .dxf onto a scene

Hello guys,

Is there a way to render .dwg or .dxf onto a scene ? Is it recommended to convert those files into .gltf or any format that three.js allows ?

Thank you,

Yes. It’s best to convert these formats to glTF and then use GLTFLoader to import the assets in your app.