pub fn export_triangle_mesh_gltf_json(
mesh: &TriangleMesh,
) -> InterchangeResult<String>Expand description
Exports a triangle mesh to a minimal glTF 2.0 JSON document (embedded base64 positions/indices).
pub fn export_triangle_mesh_gltf_json(
mesh: &TriangleMesh,
) -> InterchangeResult<String>Exports a triangle mesh to a minimal glTF 2.0 JSON document (embedded base64 positions/indices).