Can i use xml3d with stl models?
问题 I'd really like to use STL models with XML3d. Is there a way to convert back and forth between these formats? 回答1: You can convert STL files to XML3D using the Blender exporter for instance: https://github.com/ksons/xml3d-blender-exporter Another option is to write a plug-in for STL files that allow to reference STL files from <mesh> and <data> elements: <mesh src="foo/bar.stl"/> This would be very similar to the existing plug-ins for MeshLab/JSON and OpenCTM files: http://xml3d.github.io